fix(manifest): content script matches
This commit is contained in:
parent
2df71833ef
commit
aa82d6fa03
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user