MindMeister

MindMeister

Create, edit and share mind maps online. Also works with Google Drive!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MindMeister",
  "description": "Create, edit and share mind maps online. Also works with Google Drive!",
  "version": "2.2.1",
  "manifest_version": 2,
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "119415359491",
  "app": {
    "urls": [
      "http://www.mindmeister.com/"
    ],
    "launch": {
      "web_url": "http://www.mindmeister.com/account/redirect_login_google",
      "container": "tab"
    }
  },
  "icons": {
    "16": "icon_16x16.png",
    "128": "icon_128x128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}