Moving the assets to root level.

This commit is contained in:
2020-10-22 13:21:12 +02:00
committed by KevinMidboe
parent 72ba0fb398
commit 526be378d3
22 changed files with 0 additions and 0 deletions

29
assets/manifest.json Normal file
View File

@@ -0,0 +1,29 @@
{
"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": "/assets/images/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/assets/images/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#daeedd",
"background_color": "#daeedd",
"display": "standalone"
}