-
Notifications
You must be signed in to change notification settings - Fork 765
/
Copy pathmanifest.json
49 lines (49 loc) · 1.29 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
{
"manifest_version": "2.0.0",
"app_uuid": "f9d740e2-31b5-427c-a65b-41984656cc73",
"app_id": "buddy",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "One-click delivery automation with working website previews for web developers.",
"title": "Buddy",
"media": [],
"classifier_tags": [
"Category::Automation",
"Category::Developer Tools",
"Category::Event Management",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS",
"Offering::Integration"
]
},
"author": {
"support_email": "[email protected]",
"homepage": "https://github.com/DataDog/integrations-extras",
"sales_email": "[email protected]",
"name": "Buddy"
},
"assets": {
"integration": {
"source_type_name": "Buddy",
"configuration": {},
"events": {
"creates_events": false
},
"metrics": {
"metadata_path": "metadata.csv",
"check": [],
"prefix": "buddy."
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
},
"source_type_id": 10004,
"auto_install": true
}
}
}