From 7eb62a4996f33b3314c98ed6fe77617b2c8a54ff Mon Sep 17 00:00:00 2001 From: Miguel Ripoll <3296866+MiguelRipoll23@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:52:28 +0100 Subject: [PATCH] Update scope in manifest.json to reflect new application path (#67) --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index 457267c..dc91454 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,7 +8,7 @@ "lang": "en", "name": "Wheel Ball", "orientation": "portrait", - "scope": "/", + "scope": "/wheel-ball/", "short_name": "Wheel Ball", "start_url": "/", "theme_color": "#000000"