manifest update
This commit is contained in:
parent
86356a5cab
commit
3fcbd3a221
|
@ -11,13 +11,18 @@
|
|||
"64": "icon64.png",
|
||||
"96": "icon96.png"
|
||||
},
|
||||
"default_popup": "popup.html",
|
||||
"permissions": [
|
||||
"*://*/*",
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
"webRequestBlocking",
|
||||
"management"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["clearurls.js"]
|
||||
"scripts": [
|
||||
"clearurls.js",
|
||||
"popup.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user