mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-01-10 18:21:15 +00:00
Add PWA functionality (#1)
* Add PWA manifest * Group with other link tags and remove self-closing Co-authored-by: Jon Koops <jonkoops@gmail.com> --------- Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
68a697ab45
commit
f334a3b43c
@ -22,6 +22,7 @@
|
||||
<meta property="og:image" content="https://isle.pizza/island.webp">
|
||||
<meta property="og:site_name" content="LEGO Island Web Port">
|
||||
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="canonical" href="https://isle.pizza">
|
||||
|
||||
|
||||
13
manifest.json
Normal file
13
manifest.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "LEGO® Island",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user