diff --git a/tool/block_cloudflare_mitm_fx/src/manifest.json b/tool/block_cloudflare_mitm_fx/src/manifest.json index 34ed8c73..7114fd02 100644 --- a/tool/block_cloudflare_mitm_fx/src/manifest.json +++ b/tool/block_cloudflare_mitm_fx/src/manifest.json @@ -1,31 +1,42 @@ { -"manifest_version": 2, -"name": "Block Cloudflare MiTM Attack", -"description": "If the destination website use Cloudflare, block further request.", -"version": "1.0.10.1", -"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", -"permissions": ["webRequest","webRequestBlocking","","storage","activeTab","tabs"], -"options_ui": { - "page": "setwhitelist.html", - "browser_style": false -}, -"icons": { - "32": "icons/icon-32.png", - "48": "icons/icon-48.png", - "64": "icons/icon-64.png" -}, -"browser_action": { -"browser_style": true, -"default_icon": { - "16": "icons/icon-16.png", - "32": "icons/icon-32.png" -} -}, -"background": {"scripts": ["stop_cf_mitm.js"]}, -"applications": { - "gecko": { - "id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}", - "strict_min_version": "52.0" - } -} -} + "manifest_version": 2, + "name": "Block Cloudflare MiTM Attack", + "description": "If the destination website use Cloudflare, block further request.", + "version": "1.0.10.2", + "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", + "permissions": [ + "webRequest", + "webRequestBlocking", + "", + "storage", + "activeTab", + "tabs" + ], + "options_ui": { + "page": "setwhitelist.html", + "browser_style": false + }, + "icons": { + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "64": "icons/icon-64.png" + }, + "browser_action": { + "browser_style": true, + "default_icon": { + "16": "icons/icon-16.png", + "32": "icons/icon-32.png" + } + }, + "background": { + "scripts": [ + "stop_cf_mitm.js" + ] + }, + "applications": { + "gecko": { + "id": "{d86b44dd-ef12-4f28-ab1c-ea32664490ac}", + "strict_min_version": "52.0" + } + } +} \ No newline at end of file