From 484784c404b1b69d8e591280fbe8b457c172d18b Mon Sep 17 00:00:00 2001 From: skedwards88 Date: Mon, 22 Apr 2024 07:25:38 -0700 Subject: [PATCH] update scope and url to be more explicit --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 09e5622..09c7f7d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -7,7 +7,8 @@ "lang": "en-US", "display": "standalone", "orientation": "portrait", - "start_url": "../.", + "start_url": "https://skedwards88.github.io/logic-grid/", + "scope": "/logic-grid/", "background_color": "#373647", "theme_color": "#373647", "shortcuts": [],