Add web app manifest and register service worker on login

This commit is contained in:
2026-03-11 20:58:21 -07:00
parent 7904207f64
commit e011f3bafa
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
<title>You Know Who Else Was In That Movie?</title>
<meta name="description" content="A trivia-puzzle game inspired by Six Degrees of Kevin Bacon. Build a chain of actor-movie connections forming a complete loop between two movies." />
<meta name="theme-color" content="#1e1b30" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph -->
<meta property="og:type" content="website" />