firefly-iii/public/manifest.json

21 lines
394 B
JSON
Raw Normal View History

2015-03-27 05:59:07 -05:00
{
2016-12-20 10:19:16 -06:00
"name": "Firefly III",
"short_name": "Firefly III",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": 4
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"display": "standalone",
"start_url": "/",
"orientation": "portrait"
2015-03-27 05:59:07 -05:00
}