Inspect and view changes in Realtime multi-user mindmapper 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": "Realtime multi-user mindmapper",
"short_name": "Mindviewer",
"version": "1.2",
"description": "Mindviewer is a HTML5 web app which allows real-time mindmap building with multiple users in realtime.",
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"app": {
"urls": [
"https://mindviewer.esstudio.site/"
],
"launch": {
"web_url": "https://mindviewer.esstudio.site/"
}
},
"manifest_version": 2
}