Inspect and view changes in Coggle - Collaborative Mind Maps source codes across current and past versions
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": "Coggle - Collaborative Mind Maps",
"short_name": "Coggle",
"version": "0.0.0.15",
"manifest_version": 2,
"description": "Collaborative mind mapping: Real-time brainstorming, add images, Drive support, save mind maps as PDF, Image, .mm, text.",
"container": [
"GOOGLE_DRIVE"
],
"api_console_project_id": "884143833690",
"icons": {
"128": "icon.png"
},
"app": {
"launch": {
"web_url": "https://coggle.it/auth/google/drive"
}
}
}