From a42cd3b28955a7203654543d20795a2a78586d9a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 12 Jan 2019 17:25:48 +0000 Subject: [PATCH] manifest: minimal ui --- static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index 8136ce9..c51b994 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -3,7 +3,7 @@ "short_name": "Christine", "theme_color": "#ffcbe4", "background_color": "#fa99ca", - "display": "standalone", + "display": "minimal-ui", "scope": "/", "start_url": "https://christine.website/", "description": "Blog and Resume for Christine Dodrill", @@ -14,4 +14,4 @@ "sizes": "1024x1024" } ] -} \ No newline at end of file +}