Remove all PWA functionality and manifest files for clean HTTP webpage
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"short_name": "ESV Bible",
|
||||
"name": "ESV Bible App",
|
||||
"start_url": ".",
|
||||
"display": "browser",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
Reference in New Issue
Block a user