From c98c0a10765f327d87f8009cb1fa34b57dd46834 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Wed, 22 Apr 2026 10:53:33 +0100 Subject: [PATCH] [code] made changes to manifest.json, updated a few parameters for URL and start states, alongside orientation property. --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ac512e9..556afee 100644 --- a/manifest.json +++ b/manifest.json @@ -8,10 +8,11 @@ "sizes": "512x512" } ], - "id": "/?source=pwa", - "start_url": "/?source=pwa", + "id": "/", + "start_url": "/", "background_color": "#000000", "display": "standalone", + "orientation": "natural", "scope": "/", "theme_color": "#000000" }