-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-manifest.json
56 lines (56 loc) · 1.23 KB
/
app-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
56
{
"id": "echo-topic-radar",
"name": "Topic Radar",
"description": "Echo Topic Radar reference app",
"app_version": "{%=packageVersions.stable%}",
"cloudapp_protocol_version": "1.0.0",
"developer": {
"id": "echo",
"name": "Echo",
"url": "http://www.aboutecho.com",
"email": "[email protected]",
"icon": "http://cdn.echoenabled.com/images/echo.png"
},
"dashboards": [{
"id": "instances",
"title": "Instances",
"script": "{%=baseURL%}/dashboard.js",
"component": "Echo.Apps.TopicRadar.Dashboard",
"type": "instances",
"config": {
"featuredApps": [
"echo-conversations",
"echo-stream-plus",
"echo-apps-newsfeed",
"echo-media-gallery-20",
"echo-media-gallery-univision",
"echo-media-gallery-cst-dev",
"live-qa",
"live-qa-dev"
],
"instanceManager": {
"instance": {
"useLoadingIcon": true
},
"preview": {
"dimensions": {
"width": 60,
"maxWidth": 70,
"minWidth": 40
}
}
}
}
}, {
"id": "docs",
"type": "external",
"title": "Documentation",
"config": {
"src": "http://emb.echoplatform.com/topic-radar/docs/overview"
}
}],
"client_widget": {
"component": "Echo.Apps.TopicRadar",
"script": "{%=baseURL%}/app.js"
}
}