allerta-vvf/frontend/src/manifest.webmanifest

22 lines
424 B
Plaintext
Raw Normal View History

2021-12-04 21:36:11 +01:00
{
"name": "allerta-vvf",
"short_name": "allerta-vvf",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-192x192.png",
"sizes": "192x192",
2021-12-27 20:57:05 +01:00
"type": "image/png"
2021-12-04 21:36:11 +01:00
},
{
"src": "assets/icons/icon-384x384.png",
"sizes": "384x384",
2021-12-27 20:57:05 +01:00
"type": "image/png"
2021-12-04 21:36:11 +01:00
}
]
}