From 7451a6636554f90e11246e6be20dfae252130e8e 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 #3122 --- 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 9d63a6bad..817ad6802 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" }