firefly-iii/public/manifest.webmanifest
Arvind Chembarpu 2347267518
Add start_url to manifest
start_url is a mandatory field.
2020-09-24 22:34:58 +02:00

21 lines
470 B
JSON

{
"name": "Firefly III",
"short_name": "Firefly III",
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#3c8dbc",
"background_color": "#3c8dbc",
"display": "standalone"
}