firefly-iii/public/manifest.json
2016-12-20 17:19:16 +01:00

23 lines
423 B
JSON

{
"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"
}
],
"theme_color": "#ffffff",
"display": "standalone",
"start_url": "/",
"orientation": "portrait"
}