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"
|
||||||
|
}
|
||||||
@@ -3,13 +3,31 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Vinlottis</title>
|
<title>Vinlottis</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="/public/assets/images/apple-touch-icon.png">
|
<link
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/public/assets/images/favicon-32x32.png">
|
rel="apple-touch-icon"
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/public/assets/images/favicon-16x16.png">
|
sizes="152x152"
|
||||||
<link rel="manifest" href="/public/assets/images/site.webmanifest">
|
href="/public/assets/images/apple-touch-icon.png"
|
||||||
<link rel="mask-icon" href="/public/assets/images/safari-pinned-tab.svg" color="#23101f">
|
/>
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<link
|
||||||
<meta name="theme-color" content="#ffffff">
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="32x32"
|
||||||
|
href="/public/assets/images/favicon-32x32.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="16x16"
|
||||||
|
href="/public/assets/images/favicon-16x16.png"
|
||||||
|
/>
|
||||||
|
<link rel="manifest" href="/public/assets/manifest.json" />
|
||||||
|
<link
|
||||||
|
rel="mask-icon"
|
||||||
|
href="/public/assets/images/safari-pinned-tab.svg"
|
||||||
|
color="#23101f"
|
||||||
|
/>
|
||||||
|
<meta name="msapplication-TileColor" content="#da532c" />
|
||||||
|
<meta name="theme-color" content="#dbeede" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user