From f99c437e0e575ae76588e0efb686d43a1398117f Mon Sep 17 00:00:00 2001 From: Ian Beacall Date: Thu, 2 Jan 2025 16:16:01 +0900 Subject: [PATCH] Update manifest-firefox.json --- src/manifest/manifest-firefox.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/manifest/manifest-firefox.json b/src/manifest/manifest-firefox.json index 16950971..75ed293d 100644 --- a/src/manifest/manifest-firefox.json +++ b/src/manifest/manifest-firefox.json @@ -20,8 +20,7 @@ "content_scripts": [ { "matches": ["https://*.wikitree.com/*", "https://wikitree.sdms.si/*"], - "js": ["js/vendor.js", "js/content.js"], - "all_frames": true + "js": ["js/vendor.js", "js/content.js"] } ], "background": {