-
Notifications
You must be signed in to change notification settings - Fork 764
/
Copy pathmanifest.json
40 lines (40 loc) · 1.06 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
{
"manifest_version": "2.0.0",
"app_uuid": "a550d328-e35d-445b-8d13-d12b2c7da5d2",
"app_id": "devcycle",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Feature Flags That Work the Way You Code",
"title": "DevCycle",
"media": [],
"classifier_tags": [
"Category::Configuration & Deployment",
"Category::Notifications",
"Offering::Integration",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS"
],
"resources": [
{
"resource_type": "other",
"url": "https://devcycle.com"
},
{
"resource_type": "documentation",
"url": "https://docs.devcycle.com/tools-and-integrations/datadog-rum"
}
]
},
"assets": {},
"author": {
"support_email": "[email protected]",
"name": "DevCycle",
"homepage": "https://devcycle.com",
"sales_email": "[email protected]"
}
}