summaryrefslogtreecommitdiffstats
path: root/addon_chrome/bcma/manifest.json
diff options
context:
space:
mode:
authorwritecode <wri@tec.ode>2019-05-06 01:42:59 +0000
committerwritecode <wri@tec.ode>2019-05-06 01:42:59 +0000
commit1addecee10e7028d0387ef574ae92185375795b1 (patch)
treef073a8d9b04b61c6fbc1896ae8506933f680c343 /addon_chrome/bcma/manifest.json
parent5dcdd7add9db4a49b21e84c04094377944ed3e0c (diff)
downloadcloudflare-tor-1addecee10e7028d0387ef574ae92185375795b1.tar
cloudflare-tor-1addecee10e7028d0387ef574ae92185375795b1.tar.gz
cloudflare-tor-1addecee10e7028d0387ef574ae92185375795b1.tar.lz
cloudflare-tor-1addecee10e7028d0387ef574ae92185375795b1.tar.xz
cloudflare-tor-1addecee10e7028d0387ef574ae92185375795b1.zip
Upload files to 'addon_chrome/bcma'
Diffstat (limited to 'addon_chrome/bcma/manifest.json')
-rw-r--r--addon_chrome/bcma/manifest.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/addon_chrome/bcma/manifest.json b/addon_chrome/bcma/manifest.json
new file mode 100644
index 00000000..7fafea98
--- /dev/null
+++ b/addon_chrome/bcma/manifest.json
@@ -0,0 +1,36 @@
+{
+ "manifest_version": 2,
+ "name": "Block Cloudflare MITM Attack",
+ "description": "Submit to global surveillance or resist. The choice is yours.",
+ "version": "1.0.1905.1",
+ "minimum_chrome_version": "60",
+ "author": "Project BCMA",
+ "homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor",
+ "incognito": "split",
+ "permissions": [
+ "<all_urls>",
+ "activeTab",
+ "tabs",
+ "webRequest",
+ "webRequestBlocking",
+ "webNavigation"
+ ],
+ "icons": {
+ "32": "icons/icon-32.png",
+ "48": "icons/icon-48.png",
+ "64": "icons/icon-64.png"
+ },
+ "background": {
+ "scripts": [
+ "anticloudflare.js"
+ ]
+ },
+ "options_ui": {
+ "page": "mydata.html"
+ },
+ "browser_action": {
+ "default_icon": {
+ "32": "icons/cf_0.png"
+ }
+ }
+} \ No newline at end of file