-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-manifest.json
48 lines (48 loc) · 1.34 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
{
"id": "echo-apps-newsfeed",
"name": "News Feed",
"description": "Next generation content consumption experience",
"app_version": "{%=packageVersions.stable%}",
"cloudapp_protocol_version": "1.0.0",
"icon": "{%=appBaseURLs.prod%}/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": "content-management",
"title": "Content Management",
"script": "{%=appBaseURLs.prod%}/global-dashboard.js",
"component": "Echo.Apps.NewsFeedContentManagement.Dashboard"
}, {
"id": "instances",
"title": "Instances",
"script": "{%=appBaseURLs.prod%}/dashboard.js",
"component": "Echo.Apps.NewsFeed.Dashboard",
"type": "instances",
"config": {
"instance": "{data:instance}",
"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/newsfeed/docs/overview"
}
}],
"client_widget": {
"component": "Echo.Apps.NewsFeed",
"scripts": {
"dev": "{%= appBaseURLs.dev %}/app.js",
"prod": "{%= appBaseURLs.prod %}/app.js"
}
}
}