XMind on rollApp

XMind on rollApp

XMind is a mind mapping, brainstorming and presentation tool. Structure your ideas and share inspiring mind maps with others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XMind on rollApp",
  "icons": {
    "16": "xmind-16.png",
    "128": "xmind-128.png"
  },
  "app": {
    "urls": [
      "*://www.rollapp.com/launch/xmind",
      "*://www.rollapp.com/app/xmind"
    ],
    "launch": {
      "width": 900,
      "web_url": "https://www.rollapp.com/launch/xmind?ref=chrome-app",
      "container": "panel",
      "height": 600
    }
  },
  "version": "1.0",
  "manifest_version": 2,
  "description": "XMind is a mind mapping, brainstorming and presentation tool. Structure your ideas and share inspiring mind maps with others."
}