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" }