Files
rebloor 2f20eedad2 Merge pull request #416 from e2e8/master
Update manifest key applications to browser_specific_settings
2020-02-02 15:24:02 +13:00

33 lines
549 B
JSON

{
"manifest_version": 2,
"name": "Proxy-blocker",
"description": "Uses the proxy API to block requests to specific hosts.",
"version": "2.0",
"icons": {
"48": "icons/block.svg",
"96": "icons/block.svg"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "56.0a1"
}
},
"background": {
"scripts": [
"background/proxy-handler.js"
]
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"permissions": ["proxy", "storage", "<all_urls>"]
}