From 690a2b690726d416cd22b89c6370de875a92faf1 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sat, 13 Sep 2025 15:27:34 -0400 Subject: [PATCH] Add HTTP headers and modify manifest to prevent browser HTTPS enforcement --- frontend/public/index.html | 4 ++-- frontend/public/manifest.json | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index ad3d1127..14675cc3 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,8 +6,8 @@ - - + + ESV Bible diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 00e3e4ca..544beedc 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -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" }