Files
firefly-iii/public/manifest.webmanifest

21 lines
479 B
Plaintext
Raw Normal View History

2018-11-25 06:37:03 +01:00
{
"name": "Firefly III",
"short_name": "Firefly III",
"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"
}
],
2018-12-23 07:50:55 +01:00
"theme_color": "#3c8dbc",
"background_color": "#3c8dbc",
2018-11-25 06:37:03 +01:00
"display": "standalone",
"orientation": "portrait"
}