-
Notifications
You must be signed in to change notification settings - Fork 2
/
app-manifest.json
37 lines (37 loc) · 983 Bytes
/
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
{
"id": "echo-social-map",
"name": "Map",
"description": "Plot social engagement on a Real-time map",
"app_version": "{%=packageVersions.stable%}",
"icon": "{%=appBaseURLs.prod%}/images/icon.png",
"developer": {
"id": "echo",
"name": "Echo",
"url": "http://www.aboutecho.com",
"email": "solutions@aboutecho.com",
"icon": "http://cdn.echoenabled.com/images/echo.png"
},
"dashboards": [{
"id": "instances",
"type": "instances",
"title": "Instances",
"script": "{%=appBaseURLs.prod%}/dashboard.js",
"component": "Echo.Apps.SocialMap.Dashboard"
}, {
"id": "docs",
"type": "external",
"title": "Documentation",
"config": {
"src": "http://emb.echoplatform.com/social-map/docs/overview/"
}
}],
"client_widget": {
"component": "Echo.Apps.SocialMap",
"scripts": {
"dev": "{%=appBaseURLs.dev%}/app.js",
"prod": "{%=appBaseURLs.prod%}/app.js"
}
},
"cloudapp_protocol_version": "1.0.0",
"dependencies": ["StreamServer", "DataServer"]
}