From 146a537ec497c06835bf134f36814be01d582699 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 13 Aug 2024 20:14:06 -0700 Subject: [PATCH] Web App Manifest: standalone instead of minimal-ui --- web/static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/manifest.json b/web/static/manifest.json index 99f80c2..7fd0223 100644 --- a/web/static/manifest.json +++ b/web/static/manifest.json @@ -21,7 +21,7 @@ "id": "/?source=pwa", "start_url": "/me?source=pwa", "background_color": "#17181c", - "display": "minimal-ui", + "display": "standalone", "scope": "/", "theme_color": "#17181c", "description": "A social network for nudists and exhibitionists.", @@ -39,4 +39,4 @@ "form_factor": "wide" } ] -} \ No newline at end of file +}