From 021dfe0e3e34ada8774c421bbf06479ebb65fcdc Mon Sep 17 00:00:00 2001 From: garrettmills Date: Wed, 28 Oct 2020 11:42:45 -0500 Subject: [PATCH] Remove scope from manifest --- src/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index c1eb496..968338b 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -4,8 +4,8 @@ "theme_color": "#3A86FF", "background_color": "#fafafa", "display": "standalone", - "scope": "./i/", - "start_url": "./i/index.html", + "scope": "./", + "start_url": "./index.html", "icons": [ { "src": "assets/icons/icon-72x72.png",