svelte-multiview/public/site.webmanifest

22 lines
506 B
Plaintext
Raw Permalink Normal View History

2020-05-28 22:31:02 +00:00
{
"name": "Multiview",
"short_name": "Multiview",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": ".",
"imgdisplay": "standalone",
"display": "standalone"
}