Remove all PWA functionality and manifest files for clean HTTP webpage

This commit is contained in:
Ryderjj89
2025-09-13 15:31:33 -04:00
parent 690a2b6907
commit 0232b854c9
2 changed files with 0 additions and 12 deletions

View File

@@ -2,12 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<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" />
<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,8 +0,0 @@
{
"short_name": "ESV Bible",
"name": "ESV Bible App",
"start_url": ".",
"display": "browser",
"theme_color": "#000000",
"background_color": "#ffffff"
}