Manifest-fixes, and color-update

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 10:30:25 +01:00
parent 90d6aee355
commit 08af1e8825
3 changed files with 41 additions and 22 deletions

View File

@@ -1,15 +0,0 @@
{
"author": "Kasper Rynning-Tønnesen og Kevin Midbøe",
"name": "Vinlotteri Knowit",
"short_name": "Vinlottis",
"icons": [
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#daeedd",
"background_color": "#daeedd",
"display": "standalone"
}

View File

@@ -0,0 +1,16 @@
{
"author": "Kasper Rynning-Tønnesen og Kevin Midbøe",
"name": "Vinlotteri Knowit",
"short_name": "Vinlottis",
"start_url": "/#/",
"icons": [
{
"src": "/public/assets/images/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#daeedd",
"background_color": "#daeedd",
"display": "standalone"
}