From 33ce50c4af3029b27cdee9b6db43f44a0685de71 Mon Sep 17 00:00:00 2001 From: Gresille&Siffle <39056254+GresilleSiffle@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:58:29 +0100 Subject: [PATCH] chore: configure display_override --- frontend/public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 781fcd7b9b..85dde46b20 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -36,6 +36,7 @@ "scope": "/", "start_url": "/pwa/start?utm_source=pwa", "display": "standalone", + "display_override": ["minimal-ui"], "orientation": "any", "theme_color": "#ffc800", "background_color": "#a09b87",