kandimat-user-app/static/manifest.json
2017-08-09 15:15:42 +02:00

21 lines
442 B
JSON

{
"name": "eur-o-mat",
"short_name": "eur-o-mat",
"icons": [
{
"src": "/static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#4DBA87"
}