Better manifest

This commit is contained in:
Daniel Bulant 2021-02-23 10:54:02 +01:00
parent 03a346638b
commit 163ed2d278
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,8 @@
<title>Heaventaker</title> <title>Heaventaker</title>
<link rel='icon' type='image/png' href='/icon_192.png'> <link rel='icon' type='image/png' href='/icon_192.png'>
<link rel="preload" href="/times.woff2"> <link rel="apple-touch-icon" href="/icon_192.png">
<link rel="preload" href="/times.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel='stylesheet' href='/global.css'> <link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'> <link rel='stylesheet' href='/build/bundle.css'>

View file

@ -19,7 +19,7 @@
"purpose": "maskable" "purpose": "maskable"
} }
], ],
"start_url": "/?source=pwa", "start_url": "/",
"background_color": "#333", "background_color": "#333",
"display": "fullscreen", "display": "fullscreen",
"categories": ["games", "entertainment", "heaven"], "categories": ["games", "entertainment", "heaven"],