blob: 313e704274cc46e454e841a2f6f7d5b0579f4ff2 [file] [log] [blame]
{
"id": "{%=manifest.id%}",
"name": "{%=manifest.name%}",
"description": "Echo conversations reference app",
"app_version": "{%=packageVersions.stable%}",
"cloudapp_protocol_version": "1.0.0",
"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",
"title": "Instances",
"script": "{%=baseURL%}/dashboard.js",
"component": "Echo.Apps.Conversations.Dashboard",
"type": "instances"
}, {
"id": "docs",
"type": "external",
"title": "Documentation",
"config": {
"src": "http://emb.echoplatform.com/conversations/docs/overview"
}
}],
"client_widget": {
"component": "Echo.Apps.Conversations",
"script": "{%=baseURL%}/app.js"
}
}