From 36a717b5b6052cda176dfc0021848664a537e0c8 Mon Sep 17 00:00:00 2001 From: Misha Holtz <36575242+mnholtz@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:39:04 -0700 Subject: [PATCH] add match_origin_as_fallback to manifest --- src/manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 81e7fd2dea..ba2a1cd4c3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -24,13 +24,14 @@ }, "content_scripts": [ { - "matches": ["*://*/*"], + "matches": [""], "exclude_matches": ["https://*.googleapis.com/*"], "js": ["contentScript.js"], "css": ["contentScript.css"], "all_frames": true, "match_about_blank": true, - "run_at": "document_idle" + "run_at": "document_idle", + "match_origin_as_fallback": true }, { "matches": ["https://*/*"], @@ -85,7 +86,7 @@ "img/*", "*.css" ], - "matches": ["*://*/*"] + "matches": [""] } ], "action": {