From 15e2605ef9005963b974866c5aec9eb68aaaeee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lautaro=20Bernab=C3=A9=20Ota=C3=B1o?= Date: Fri, 22 Oct 2021 02:11:14 -0300 Subject: [PATCH] Change display from fullscreet to standalone --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index b798715..dc20942 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -38,7 +38,7 @@ } ], "start_url": "/index.html", - "display": "fullscreen", + "display": "standalone", "orientation": "portrait-primary", "theme_color": "#fdd835", "background_color": "#ffffff"