diff options
author | whatsusername <34956062+whatsusername@users.noreply.github.com> | 2017-12-31 09:09:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-31 09:09:30 +0000 |
commit | 7bfd49499d0b3f29cc62ca48d8e13efcf38727eb (patch) | |
tree | 080786d62b867c74f31d045b1d514916ebbe8c0d | |
parent | f5662f9d009ec9ab01c37e68b1c2e86837b25611 (diff) | |
download | cloudflare-tor-7bfd49499d0b3f29cc62ca48d8e13efcf38727eb.tar.lz cloudflare-tor-7bfd49499d0b3f29cc62ca48d8e13efcf38727eb.tar.xz cloudflare-tor-7bfd49499d0b3f29cc62ca48d8e13efcf38727eb.zip |
Update manifest.json
-rw-r--r-- | src/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/manifest.json b/src/manifest.json index f9417071..e168c3fa 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 2, "name": "Block Cloudflare MiTM Attack", "description": "If the destination website use Cloudflare, block further request.", -"version": "1.0.8", +"version": "1.0.8.1", "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351", "permissions": ["webRequest","webRequestBlocking","<all_urls>","storage","activeTab"], "options_ui": { "page": "setwhitelist.html", - "browser_style": true + "browser_style": false }, "icons": { "32": "icons/icon-32.png", @@ -28,4 +28,4 @@ "strict_min_version": "52.0" } } -}
\ No newline at end of file +} |