-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-manifest.json
57 lines (57 loc) · 1.71 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
57
{
"id": "echo-media-gallery",
"name": "Media Gallery",
"app_version": "0.0.1",
"cloudapp_protocol_version": "1.0.0",
"description": "Media Galleries allows you to aggregate photo and video data from the Social Web, enable photo and video uploads on the page and display them in one of many beautiful visualizations.",
"developer": {
"id": "echo",
"name": "Echo",
"url": "http://www.aboutecho.com",
"email": "[email protected]",
"icon": "http://cdn.echoenabled.com/images/echo.png"
},
"dashboards": [
{
"id": "instances",
"script": "http://cdn.echoenabled.com/apps/echo/media-gallery/dashboard/dashboard.js",
"component": "Echo.Apps.MediaGallery.Dashboard",
"config": {
"product": "{data:app.info}",
"instance": "{data:instance}",
"instanceManager": {
"instance": {
"useLoadingIcon": true
},
"preview": {
"dimensions": {
"width": 60,
"maxWidth": 70,
"minWidth": 40
}
}
},
"appkeys": "{data:apps.streamserver.appkeys}",
"janrainapps": "{data:apps.janrain.apps}",
"customer": "{data:customer}",
"domains": "{data:apps.streamserver.domains}"
},
"title": "Instances",
"type": "instances"
}
],
"icon": "http://cdn.echoenabled.com/apps/echo/media-gallery/icon.png",
"client_widget": {
"component": "Echo.Apps.MediaGallery",
"scripts": {
"dev": "//cdn.echoenabled.com/apps/dev/echo/media-gallery/app.js",
"prod": "//cdn.echoenabled.com/apps/echo/media-gallery/app.js"
}
},
"plans": [
{
"id": "default",
"name": "Default plan"
}
]
}