firefly-iii/public/site.webmanifest

21 lines
479 B
Plaintext
Raw Normal View History

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