flex-template-web/public/static/manifest.json
2017-10-06 11:28:27 +03:00

14 lines
264 B
JSON

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