From 9e210dc006cb6c8130d07859ac4c0a80452c6960 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Fri, 12 Jan 2024 15:21:40 +0100 Subject: [PATCH] Change manifest type to standalone --- src/vinywaji/gui/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vinywaji/gui/views.py b/src/vinywaji/gui/views.py index 3d43f6b..8711145 100644 --- a/src/vinywaji/gui/views.py +++ b/src/vinywaji/gui/views.py @@ -39,7 +39,7 @@ def manifest(request): "short_name": settings.ORG_NAME, "theme_color": theme_color, "background_color": "#ffffff", - "display": "browser", + "display": "standalone", "orientation": "portrait", "scope": "/", "start_url": "/",