Add HTTP headers and modify manifest to prevent browser HTTPS enforcement

This commit is contained in:
Ryderjj89
2025-09-13 15:27:34 -04:00
parent 9d71a835ca
commit 690a2b6907
2 changed files with 3 additions and 10 deletions

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="ESV Bible - Read and study the English Standard Version Bible online" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta http-equiv="Cross-Origin-Opener-Policy" content="same-origin-allow-popups" />
<meta http-equiv="Cross-Origin-Embedder-Policy" content="unsafe-none" />
<title>ESV Bible</title>
</head>
<body>

View File

@@ -1,15 +1,8 @@
{
"short_name": "ESV Bible",
"name": "ESV Bible App",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"display": "browser",
"theme_color": "#000000",
"background_color": "#ffffff"
}