aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlegens <legens@noreply.codeberg.org>2020-12-05 01:28:36 +0100
committerlegens <legens@noreply.codeberg.org>2020-12-05 01:28:36 +0100
commit3541a817a198e5f1f465b2999a17224812671f93 (patch)
tree519ec6dd023cd61a91db6c67fbf9e5f8c223a6f9
parent4f1cd0ac111c5ece56946ed3949dc8e912a75a5d (diff)
downloadcloudflare-tor-3541a817a198e5f1f465b2999a17224812671f93.tar.lz
cloudflare-tor-3541a817a198e5f1f465b2999a17224812671f93.tar.xz
cloudflare-tor-3541a817a198e5f1f465b2999a17224812671f93.zip
Update 'tool/block_cloudflare_mitm_fx/src/manifest.json'
-rw-r--r--tool/block_cloudflare_mitm_fx/src/manifest.json71
1 files changed, 41 insertions, 30 deletions
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","<all_urls>","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",
+ "<all_urls>",
+ "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