From 330060a542bd0dc5f1888a81fb2d4d1bda9882e1 Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Thu, 28 Sep 2023 06:21:48 +0000 Subject: [PATCH] make pwa fullscreen rather than standalone --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index df6dbfb..d219b81 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "manifest_version": 2, + "manifest_version": 3, "version": "1", "name": "OpenTrailStash", "short_name": "TrailStash", "start_url": "/", - "display": "standalone", + "display": "fullscreen", "background_color": "#e1c27f", "theme_color": "#e1c27f", "icons": [ -- GitLab