allerta-vvf/server/manifest.webmanifest

20 lines
504 B
Plaintext
Raw Normal View History

2020-10-11 00:33:42 +02:00
{
"name": "Allerta",
"short_name": "Allerta VVF",
"icons": [
{
2020-11-05 00:06:53 +01:00
"src": "resources/images/android-chrome-192x192.png",
2020-10-11 00:33:42 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
2020-11-05 00:06:53 +01:00
"src": "resources/images/android-chrome-384x384.png",
2020-10-11 00:33:42 +02:00
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
2020-11-05 00:06:53 +01:00
"start_url": "list.php",
2020-10-11 00:33:42 +02:00
"display": "standalone"
}