firefly-iii/public/manifest.webmanifest

21 lines
470 B
Plaintext
Raw Normal View History

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