-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudflare.json
executable file
·71 lines (71 loc) · 1.98 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
{
"name": "Zendesk Feedback Tab",
"description": "Add a Zendesk Feedback Tab to your Site",
"version": "0.0.1",
"category": "webmaster",
"main": "public/javascripts/zendesk.js",
"contributors": [
{
"name": "Graeme Canivet",
"email": "[email protected]"
}
],
"repository" : {
"type": "git",
"url": "https://github.com/gcanivet/cfapp_zendesk.git"
},
"config":{
"details":{
"Language": "English",
"Price": "Free to install.",
"Category": "Webmaster Tools",
"Restrictions": "None",
"TOS" :"http://www.cloudflare.com/terms",
"has_js": true
},
"assets":{
"logos" : {
"200px": "./public/images/logo-200.png",
"132px": "./public/images/logo-132.png"
}
},
"interface": [
{
"type": "string",
"name": "dropboxID",
"description": "Please specify the dropboxID",
"id": "dropboxID"
},
{
"type": "string",
"name": "url",
"description": "Please specify the url",
"id": "url"
},
{
"type": "string",
"name": "tabTooltip",
"description": "Please specify the tabTooltip",
"id": "tabTooltip"
},
{
"type": "string",
"name": "tabImageURL",
"description": "Please specify the tabImageURL",
"id": "tabImageURL"
},
{
"type": "string",
"name": "tabColor",
"description": "Please specify the tabColor",
"id": "tabColor"
},
{
"type": "string",
"name": "tabPosition",
"description": "Please specify the tabPosition",
"id": "tabPosition"
}
]
}
}