allerta-vvf/server/manifest.webmanifest

20 lines
504 B
JSON

{
"name": "Allerta",
"short_name": "Allerta VVF",
"icons": [
{
"src": "resources/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "resources/images/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "list.php",
"display": "standalone"
}