Collaboratively create a chart and graph its data
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Collabrify Chart",
"description": "Collaboratively create a chart and graph its data",
"version": "1.1.0",
"manifest_version": 2,
"icons": {
"16": "imgs/logo_collabrify_chart_128x128.png",
"128": "imgs/logo_collabrify_chart_128x128.png"
},
"container": [
"DOMAIN_INSTALLABLE",
"GOOGLE_DRIVE"
],
"api_console_project_id": "1015663313064",
"app": {
"launch": {
"web_url": "https://chart.imlc.io"
}
}
}