mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
manifest update
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user