fix(manifest): content script matches
This commit is contained in:
parent
2df71833ef
commit
aa82d6fa03
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"js": ["js/content.js"],
|
"js": ["js/content.js"],
|
||||||
"matches": ["<all_urls>"]
|
"matches": ["*://*/*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -17,6 +17,6 @@
|
|||||||
"page_action": {
|
"page_action": {
|
||||||
"default_icon": "assets/icon32.png",
|
"default_icon": "assets/icon32.png",
|
||||||
"default_title": "QuantcastAutoRefuser"
|
"default_title": "QuantcastAutoRefuser"
|
||||||
},
|
},
|
||||||
"manifest_version": 2
|
"manifest_version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user