This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
forked from MikeSofaer/stop_censorship
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcloudflare.json
93 lines (92 loc) · 2.92 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Internet Defense League",
"description": "Together we will make the bad guys regret their badness and from them reclaim our tubes.",
"keywords" : [
"anti-censorship"
],
"version": "0.0.1",
"contributors": [
{
"name" : "Michael Sofaer",
"email" : "[email protected]"
},
{
"name" : "Chris Joel",
"email" : "[email protected]"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/fightforthefuture/internet_defense_league.git"
},
"main" : "./public/javascripts/stop_censorship.js",
"dependencies" : {
"jquery" : "~1.7"
},
"licenses" : [
{
"type": "tos",
"url": "http://unlicense.org"
}
],
"implements" : "AMD",
"scripts" : {
},
"config" : {
"assets" : {
"logos" : {
"200px": "./public/images/logo-200.png",
"132px": "./public/images/logo-132.png"
}
},
"payment": {},
"details": {
"Category": "Anti-Censorship",
"Language": "English",
"Restrictions": "None",
"Supporting": "<a href='http://americancensorship.org'>americancensorship.org</a>",
"Script Injection": "<script>alert('No thanks')</script>"
},
"interface": [
{
"name": "Badge Position",
"id": "position_x",
"required": true,
"description": "which side of the screen should your badge be displayed on?",
"type": "select",
"options": [
{
"label": "Top Right",
"value": "right"
},
{
"label": "Top Left",
"value": "left"
}
]
},
{
"id": "handle",
"name": "Twitter Username",
"description": "Enter your Twitter username to include it in the suggested tweet (optional). If there is no Twitter username, your site URL will be included instead.",
"type": "string"
},
{
"id": "persistent",
"name": "Persistence",
"description": "Text is blacked out on first visit only. If you would like this to happen on every visit, switch to the Persistent mode.",
"type": "select",
"options": [
{
"label": "First visit only",
"value": false
},
{
"label": "Every visit",
"value": true
}
]
}
]
}
}