From c82eab6b4b01aa5a796e159a804be3cdffb7ce53 Mon Sep 17 00:00:00 2001 From: Illia Date: Wed, 18 Oct 2023 13:53:18 +0300 Subject: [PATCH] fixed content matches value in the manifest --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 666bee6..8a1f251 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -16,7 +16,7 @@ "permissions": ["activeTab", "storage", "background"], "content_scripts": [ { - "matches": "", + "matches": ["http://*/*", "https://*/*"], "js": ["./static/js/content.js"], "run_at": "document_start" }