From 1b91d1323c4d891132a0a3c0e3e1ae6ffc7f79f3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 8 Aug 2023 04:30:24 +0200 Subject: [PATCH] Upgrade PWA to standalone --- todoblue/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todoblue/public/manifest.json b/todoblue/public/manifest.json index d61da2b..fddb137 100644 --- a/todoblue/public/manifest.json +++ b/todoblue/public/manifest.json @@ -2,7 +2,7 @@ "name": "Todocolors", "short_name": "Todocolors", "start_url": ".", - "display": "minimal-ui", + "display": "standalone", "background_color": "#0c193b", "description": "Self-hostable multiplayer todo app", "categories": ["productivity"],