From 464086b07174e6b378e0f127dcc99a209a7d0a3f Mon Sep 17 00:00:00 2001 From: taibhse Date: Thu, 19 Jun 2025 13:48:48 +0100 Subject: [PATCH] fix: make webmanifest recognisable by browsers --- public/site.webmanifest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/site.webmanifest b/public/site.webmanifest index 0cc98ee..c613769 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -15,6 +15,8 @@ "purpose": "any maskable" } ], + "start_url": "/", + "display": "minimal-ui", "theme_color": "#b80040", "background_color": "#ffe5ef" }