From aa82d6fa03239fc8d51867fe0918838a464b6280 Mon Sep 17 00:00:00 2001 From: wanhose Date: Sun, 19 Apr 2020 16:44:46 +0200 Subject: [PATCH] fix(manifest): content script matches --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 59d90e1..74794b6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ { "all_frames": true, "js": ["js/content.js"], - "matches": [""] + "matches": ["*://*/*"] } ], "icons": { @@ -17,6 +17,6 @@ "page_action": { "default_icon": "assets/icon32.png", "default_title": "QuantcastAutoRefuser" - }, + }, "manifest_version": 2 } \ No newline at end of file