From f1ba56b66aee3ef5224159217a413ec443ae5a81 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Mon, 9 Mar 2020 22:55:12 +0100 Subject: [PATCH] Revert "Enable standalone display mode (PWA)" --- client/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/manifest.json b/client/manifest.json index f53357c..ae6f431 100644 --- a/client/manifest.json +++ b/client/manifest.json @@ -24,7 +24,7 @@ }], "background_color": "#efefef", "start_url": "/", - "display": "standalone", + "display": "minimal-ui", "theme_color": "#3367d6", "share_target": { "action": "/?share_target",