fix(manifest): content script matches

This commit is contained in:
wanhose 2020-04-19 16:44:46 +02:00 committed by wanhose
parent 2df71833ef
commit aa82d6fa03

View File

@ -6,7 +6,7 @@
{
"all_frames": true,
"js": ["js/content.js"],
"matches": ["<all_urls>"]
"matches": ["*://*/*"]
}
],
"icons": {
@ -17,6 +17,6 @@
"page_action": {
"default_icon": "assets/icon32.png",
"default_title": "QuantcastAutoRefuser"
},
},
"manifest_version": 2
}