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 +}