forked from thomasdavis/resetthenet-cloudflare-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloudflare.json
48 lines (48 loc) · 1.39 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
{
"category": "anti-censorship",
"config": {
"assets": {
"logos": {
"132px": "./public/images/logo-132.png",
"200px": "./public/images/logo-200.png"
},
"detail_page":
[
"./public/images/modal.png"
]
},
"details": {
"Language": "English",
"Price": "Free",
"Restrictions": "None",
"Supporting": "<a href='https://www.resetthenet.org/'>www.resetthenet.org</a>",
"has_js": true
},
"interface": []
},
"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 Reset The Net banner to your site on June 5th, 2014. Don't ask for your privacy. Take it back. On June 5th we will Reset the Net. Are you in?",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./public/javascripts/banner.js",
"name": "Reset The Net",
"version": "1.0.0"
}