From 191926758f7b7c1104890ffd25083a517071f3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 15 Jul 2024 10:19:37 +0200 Subject: [PATCH] Update manifest to fullfill firefox requirements --- src/manifest.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ae33a18..0bef6b8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -58,14 +58,9 @@ { "js": ["content_script/input_tools.js"], "css": ["content_script/input_tools.css"], - "matches": ["*://*/*"], - "exclude_matches": [ - "chrome*", - "about*", - "moz*", - "app.simplelogin.io*" - ], + "matches": ["http://*/*", "https://*/*"], + "exclude_matches" : ["https://app.simplelogin.io/dashboard/*"], "run_at": "document_idle" } ] -} \ No newline at end of file +}