Manifest-fixes, and color-update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
16
public/assets/manifest.json
Normal file
16
public/assets/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user