summaryrefslogtreecommitdiffstats
path: root/addon_firefox/bcma/manifest.json
blob: 35d8839161eeb42131ff2c1c1c30ad722e012d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
   "manifest_version": 2,
   "name": "Block Cloudflare MITM Attack",
   "description": "Submit to global surveillance or resist. The choice is yours.",
   "version": "1.0.1811.1",
   "author": "Project BCMA",
   "homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
   "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_style": false
   },
   "browser_action": {
      "browser_style": false,
      "default_icon": {
         "32": "icons/cf_0.png"
      }
   },
   "applications": {
      "gecko": {
         "id": "24351@trac.torproject.org",
         "strict_min_version": "52.0"
      }
   }
}