mirror of
https://github.com/danbulant/heaventaker
synced 2026-06-22 00:02:00 +00:00
Better manifest
This commit is contained in:
parent
03a346638b
commit
163ed2d278
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
|||
<title>Heaventaker</title>
|
||||
|
||||
<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='/build/bundle.css'>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"start_url": "/?source=pwa",
|
||||
"start_url": "/",
|
||||
"background_color": "#333",
|
||||
"display": "fullscreen",
|
||||
"categories": ["games", "entertainment", "heaven"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue