forked from tinfoil/cloudflare_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudflare.json
55 lines (55 loc) · 1.66 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
{
"name":"Tinfoil Security Website Security Scanning",
"description": "Tinfoil Security provides simple security with a goal of ease-of-use and automation.",
"version": "1.5",
"category": "security monitoring",
"account": {
"callback_url": "https://tinfoil-staging.herokuapp.com/cloudflare",
"user_fields": ["email"]
},
"billing": {
"type": "zone",
"plans": [
{
"name" : "Limited",
"price": "0.00"
},
{
"name" : "Starter",
"price" : "59.00"
},
{
"name" : "Standard",
"price" : "199.00"
},
{
"name" : "All Access",
"price" : "799.00"
}
]
},
"config": {
"details": {
"Language": "English",
"Restrictions": "None",
"TOS": "https://www.tinfoilsecurity.com/terms",
"has_js": false
},
"assets": {
"logos": {
"200px": "./public/images/logo-200.png",
"132px": "./public/images/logo-132.png"
},
"detail_page": [
"./public/images/actionable-results.png",
"./public/images/clean-tech-info.png",
"./public/images/digestible-data.png",
"./public/images/how-it-works.png",
"./public/images/what-it-finds.png",
"./public/images/calendar-color.png",
"./public/images/pig-color.png",
"./public/images/safe-color.png"
]
}
}
}