wormhole-explorer/web/public/site.webmanifest

20 lines
426 B
Plaintext
Raw Normal View History

2022-09-16 19:30:18 -07:00
{
"name": "",
"short_name": "",
"icons": [
{
2022-09-26 09:28:47 -07:00
"src": "/android-chrome-192x192.png",
2022-09-16 19:30:18 -07:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-09-26 09:28:47 -07:00
"src": "/android-chrome-512x512.png",
2022-09-16 19:30:18 -07:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}