manifest update

This commit is contained in:
Kevin Röbert 2017-08-04 15:36:54 +02:00
parent 86356a5cab
commit 3fcbd3a221

View File

@ -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": [
{