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