From ca73e88b502cb6320f2895fe001bc9ff305fecda Mon Sep 17 00:00:00 2001 From: MusicalBean Date: Sun, 27 Aug 2023 08:02:48 -0700 Subject: [PATCH] Reduce content script matches scope --- source/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/manifest.json b/source/manifest.json index 97fc3dc..72b323f 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -43,7 +43,7 @@ "content_scripts": [{ "matches": [ - "*://*.encora.it/*" + "https://encora.it/*" ], "js": [ "js/contentScript.bundle.js"