From c0405159c5391bb3bf9fa700131cc8872d064e02 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Tue, 17 Jan 2023 14:47:56 +0100 Subject: [PATCH] change display mode back to minimal-ui to prevent having two separate indexedDB for PWA and Browser --- public/index.html | 4 ++-- public/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 5adb705..55b89ee 100644 --- a/public/index.html +++ b/public/index.html @@ -30,8 +30,8 @@ - - + + diff --git a/public/manifest.json b/public/manifest.json index 984dd05..fbd1f3a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -27,7 +27,7 @@ "background_color": "#efefef", "start_url": "/", "scope": "/", - "display": "standalone", + "display": "minimal-ui", "theme_color": "#3367d6", "share_target": { "method":"GET",