MindMup 2.0 - Free Mind Map web site

MindMup 2.0 - Free Mind Map web site

Zero-friction, collaborative, free online mind mapping integrated with Google Drive and Google Photos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MindMup 2.0 - Free Mind Map web site",
  "short_name": "MindMup 2.0",
  "description": "Zero-friction, collaborative, free online mind mapping integrated with Google Drive and Google Photos.",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "758379822725",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.google-apps.drive-sdk.758379822725",
          "application/vnd-freemind",
          "application/vnd.google.drive.ext-type.mup",
          "application/x-freemind",
          "application/vnd.google.drive.ext-type.mm"
        ],
        "href": "https://drive.mindmup.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://drive.mindmup.com/"
    ],
    "launch": {
      "web_url": "https://drive.mindmup.com/"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}