Files
firefly-iii/public/manifest.webmanifest

21 lines
470 B
Plaintext
Raw Normal View History

2018-11-25 06:37:03 +01:00
{
"name": "Firefly III",
"short_name": "Firefly III",
"start_url": "/",
2018-11-25 06:37:03 +01:00
"icons": [
{
2018-12-23 07:50:55 +01:00
"src": "/android-chrome-192x192.png",
2018-11-25 06:37:03 +01:00
"sizes": "192x192",
"type": "image/png"
},
{
2018-12-23 07:50:55 +01:00
"src": "/android-chrome-512x512.png",
2018-11-25 06:37:03 +01:00
"sizes": "512x512",
"type": "image/png"
}
],
2021-03-21 08:56:51 +01:00
"theme_color": "#1e6581",
"background_color": "#1e6581",
"display": "standalone"
2018-11-25 06:37:03 +01:00
}