flex-template-web/public/static/manifest.json
2017-11-27 16:10:48 +02:00

20 lines
424 B
JSON

{
"name": "Saunatime",
"short_name": "Saunatime",
"start_url": "/",
"display": "standalone",
"theme_color": "#C0392B",
"background_color": "#FFFFFF",
"icons": [
{
"src": "/static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}