From 3c321d518f168a0c594873f202b2ad3edc2cdb2d Mon Sep 17 00:00:00 2001 From: Agneev Mukherjee <19761269+agneevX@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:54:09 +0530 Subject: [PATCH] Enable browser navigation buttons for PWA (cherry picked from commit da9a60691f363323565a293ed9eaeb6349ceccb6) Closes #4365 --- frontend/src/Content/Images/Icons/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Content/Images/Icons/manifest.json b/frontend/src/Content/Images/Icons/manifest.json index cff971235..a7ffa6777 100644 --- a/frontend/src/Content/Images/Icons/manifest.json +++ b/frontend/src/Content/Images/Icons/manifest.json @@ -15,5 +15,5 @@ "start_url": "../../../../", "theme_color": "#3a3f51", "background_color": "#3a3f51", - "display": "standalone" + "display": "minimal-ui" }