From c5b59dd2409037c27626f09e0fac82173bf00b64 Mon Sep 17 00:00:00 2001 From: Juan Rodenas <95724863+juanico10@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:51:53 +0100 Subject: [PATCH] PWA enhancements --- frontend/public/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 33efca79..65e7ab49 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -17,4 +17,10 @@ "display": "standalone", "background_color": "#ffffff", "theme_color": "#455a64" + "theme_color": "#455a64", + "prefer_related_applications": false, + "persistent_storage": true, + "launch_handler": { + "client_mode": "focus-existing" + } }