forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
55 lines (55 loc) · 1.46 KB
/
manifest.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
{
"manifest_version": "2.0.0",
"app_uuid": "58481132-c79e-4659-8064-7cdaabbbc999",
"app_id": "firefly",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Bring your cloud Up-to-Code",
"title": "Firefly",
"media": [
{
"caption": "Full Cloud Inventory",
"image_url": "images/FF-inventory.png",
"media_type": "image"
},
{
"caption": "Automatic Codification",
"image_url": "images/FF-codification.png",
"media_type": "image"
},
{
"caption": "Detect and Fix Drifts",
"image_url": "images/FF-fix-drifts.png",
"media_type": "image"
},
{
"caption": "Detect and Fix Policy Violations",
"image_url": "images/FF-insights.png",
"media_type": "image"
}
],
"classifier_tags": [
"Category::Automation",
"Category::Cloud",
"Category::Configuration & Deployment",
"Category::Developer Tools",
"Category::Notification",
"Offering::Integration",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS"
]
},
"author": {
"homepage": "https://gofirefly.io",
"name": "Firefly",
"support_email": "contact@gofirefly.io",
"sales_email": "contact@gofirefly.io"
},
"oauth": {},
"assets": {}
}