what-is-the-dose/static/manifest.json
Nils Norman Haukås 20e4afd223 initial commit
2018-05-12 19:05:53 +02:00

21 lines
424 B
JSON

{
"name": "what-is-the-dose",
"short_name": "what-is-the-dose",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#4DBA87"
}