Files
vinlottis/public/assets/manifest.json
Kasper Rynning-Tønnesen 13e8f47b35 more pwa stuff
2020-01-29 17:51:09 +01:00

30 lines
706 B
JSON

{
"author": "Kasper Rynning-Tønnesen og Kevin Midbøe",
"name": "Vinlotteri Knowit",
"description": "Knowits ukentlige vinlotteri-statistikk-side.",
"short_name": "Vinlottis",
"start_url": "/",
"dir": "ltr",
"lang": "nb-NO",
"icons": [
{
"src": "/public/assets/images/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/public/assets/images/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/public/assets/images/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#daeedd",
"background_color": "#daeedd",
"display": "standalone"
}