You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BarbBlock/extension/manifest.json

22 lines
476 B
JSON

{
"manifest_version": 2,
"name": "BarbBlock",
"description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.",
"version": "1.5",
"icons": {
"16": "icon/icon16.png",
"32": "icon/icon32.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
},
"background": {
"scripts": [
"barbblock.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
]
}