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 +}