From 37d1fbada74d4378d2f736e9153e2453788dee45 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 2 May 2022 09:28:46 +0200 Subject: [PATCH] Update todo --- src/client/public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/public/manifest.json b/src/client/public/manifest.json index d16fba4..6ddc399 100644 --- a/src/client/public/manifest.json +++ b/src/client/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "Todo", "theme_color": "#e5a00d", "background_color": "#282A2D", - "display": "fullscreen", + "display": "standalone", "orientation": "portrait", "scope": "/", "start_url": "/", @@ -50,4 +50,4 @@ } ], "splash_pages": null -} \ No newline at end of file +}