-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudflare.json
68 lines (68 loc) · 2.13 KB
/
cloudflare.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"category": "anti-censorship",
"config": {
"assets": {
"logos": {
"132px": "./public/images/logo-132.png",
"200px": "./public/images/logo-200.png"
},
"detail_page":
[
"./public/images/call-tool.png",
"./public/images/email-tool.png",
"./public/images/tdwfb-banner.png",
"./public/images/on-website.png"
]
},
"details": {
"Language": "English",
"Price": "Free",
"Restrictions": "None",
"Supporting": "<a href='https://thedaywefightback.org/'>thedaywefightback.org</a>",
"has_js": true
},
"interface": [
{
"type": "select",
"id": "callOnly",
"name": "Communication Types",
"description": "Choose which types of communications to congress to include.",
"options": [
{
"label": "Phone and Email",
"value": "false"
},
{
"label": "Phone only",
"value": "true"
}
]
}
]
},
"contributors": [
{
"email": "[email protected]",
"name": "Thomas Davis"
},
{
"email": "[email protected]",
"name": "Dave Koston"
},
{
"email": "[email protected]",
"name": "Ramakrishna Nadella"
}
],
"dependencies": {},
"description": "This app lets you automatically add The Day We Fight Back banner to your site on February 11th, 2014. The Day We Fight Back is an organization that has organized a protest against mass surveillance.",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./public/javascripts/banner.js",
"name": "The Day We Fight Back",
"version": "1.0.5"
}