-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-manifest.json
42 lines (42 loc) · 1.37 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
{
"id": "{%=manifest.id%}",
"name": "{%=manifest.name%}",
"description": "Stream+ application allows you to configure multiple data sources and visualize them on a page",
"app_version": "{%=packageVersions.stable%}",
"icon": "{%=baseURL%}/images/icon.png",
"developer": {
"id": "echo",
"name": "Echo",
"url": "http://www.aboutecho.com",
"email": "[email protected]",
"icon": "http://cdn.echoenabled.com/images/echo.png"
},
"dashboards": [{
"id": "instances",
"type": "instances",
"title": "Instances",
"script": "{%=baseURL%}/dashboard.js",
"component": "Echo.Apps.StreamPlus.Dashboard",
"config": {
"instanceManager": {
"instance": {"useLoadingIcon": true}
},
"appkeys": "{data:apps.streamserver.appkeys}",
"janrainapps": "{data:apps.janrain.apps}",
"customer": "{data:customer}",
"domains": "{data:apps.streamserver.domains}"
}
}, {
"id": "docs",
"type": "external",
"title": "Documentation",
"config": {
"src": "http://emb.echoplatform.com/streamplus/docs/overview/"
}
}],
"client_widget": {
"component": "Echo.Apps.StreamPlus",
"script": "{%=baseURL%}/app.js"
},
"cloudapp_protocol_version": "1.0.0"
}