first release! 0.3.6
This commit is contained in:
@@ -4,22 +4,37 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Branding -->
|
||||
<title>Jackbox Game Picker</title>
|
||||
<meta name="description" content="A web app for managing and picking Jackbox Party Pack games" />
|
||||
<meta name="keywords" content="jackbox, party pack, game picker, multiplayer games" />
|
||||
<meta name="author" content="Jackbox Game Picker" />
|
||||
<!-- Branding (populated by vite.config.js from branding.js) -->
|
||||
<title>HSO Jackbox Game Picker</title>
|
||||
<meta name="description" content="Spicing up Hyper Spaceout game nights!" />
|
||||
<meta name="keywords" content="hso, hyper spaceout, jackbox, party pack, game picker, multiplayer games" />
|
||||
<meta name="author" content="cottongin" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
|
||||
<!-- Theme color -->
|
||||
<!-- PWA Manifest -->
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<!-- Mobile Web App -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="HSO JGP" />
|
||||
<link rel="apple-touch-icon" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="/favicon.svg" />
|
||||
|
||||
<!-- Theme color (populated by vite.config.js from branding.js) -->
|
||||
<meta name="theme-color" content="#4F46E5" />
|
||||
|
||||
<!-- Open Graph / Social Media -->
|
||||
<!-- Open Graph / Social Media (populated by vite.config.js from branding.js) -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Jackbox Game Picker" />
|
||||
<meta property="og:description" content="A web app for managing and picking Jackbox Party Pack games" />
|
||||
<meta property="og:title" content="HSO Jackbox Game Picker" />
|
||||
<meta property="og:description" content="Spicing up Hyper Spaceout game nights!" />
|
||||
|
||||
<!-- Prevent flash of unstyled content in dark mode -->
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user