feat(#20): Make the site a PWA

This commit is contained in:
Josh Creek
2024-04-08 21:47:42 +01:00
parent 0204870f5a
commit f6bf7a7a85
6 changed files with 116 additions and 0 deletions
+14
View File
@@ -4,6 +4,20 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#f00000" />
<meta
name="description"
content="A free and open source web app to track completion of a living Pokédex, which works offline."
/>
<meta property="og:title" content="Living Dex Tracker - A free Pokédex completion tool" />
<meta property="og:url" content="https://pokedex.jcreek.co.uk" />
<meta
property="og:description"
content="A free and open source web app to track completion of a living Pokédex, which works offline."
/>
<link rel="canonical" href="https://pokedex.jcreek.co.uk" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
%sveltekit.head%
<link rel="stylesheet" href="%sveltekit.assets%/output.css" />
</head>