docker-multiview/public/site.webmanifest
Martin Donnelly 42a9be107e init
2022-07-07 11:38:15 +01:00

22 lines
506 B
JSON

{
"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"
}