From cfce28b57732f9c99502778b8b9327796f3943f3 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Tue, 26 Feb 2019 15:12:35 +0100 Subject: [PATCH] revert ui settings to avoid wrong layout size --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7caa284..32f82f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Patterns", "short_name": "Patterns", - "display": "fullscreen", + "display": "standalone", "start_url": "/", "theme_color": "#422B42", "background_color": "#272227",