-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-manifest.json
37 lines (37 loc) · 1.03 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
{
"id": "echo-social-chatter",
"name": "Stream",
"description": "Collect and display chatter from the Social Web",
"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.SocialChatter.Dashboard"
}, {
"id": "docs",
"type": "external",
"title": "Documentation",
"config": {
"src": "http://emb.echoplatform.com/social-chatter/docs/overview/"
}
}],
"client_widget": {
"component": "Echo.Apps.SocialChatter",
"scripts": {
"dev": "{%= appBaseURLs.dev %}/app.js",
"prod": "{%= appBaseURLs.prod %}/app.js"
}
},
"cloudapp_protocol_version": "1.0.0",
"dependencies": ["StreamServer", "DataServer", "Janrain", "FilePicker", "embedly"]
}