Add manifest for pwa

This commit is contained in:
Mike Conrad
2024-10-21 12:44:33 -04:00
parent 0c44afc3b3
commit 2a734d4b8c
3 changed files with 26 additions and 1 deletions

View File

@ -6,6 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Open Bible App (NKJV)</title>
<link rel="manifest" href="/manifest.json">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/bible.svg">
</head>
<body>
<div id="app"></div>