From 0232b854c943080bdf2778b8118bfce6c51bb8ac Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sat, 13 Sep 2025 15:31:33 -0400 Subject: [PATCH] Remove all PWA functionality and manifest files for clean HTTP webpage --- frontend/public/index.html | 4 ---- frontend/public/manifest.json | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 frontend/public/manifest.json diff --git a/frontend/public/index.html b/frontend/public/index.html index 14675cc3..8662618d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -2,12 +2,8 @@ - - - - ESV Bible diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json deleted file mode 100644 index 544beedc..00000000 --- a/frontend/public/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "short_name": "ESV Bible", - "name": "ESV Bible App", - "start_url": ".", - "display": "browser", - "theme_color": "#000000", - "background_color": "#ffffff" -}