MindSky

MindSky

Expand your mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "MindSky",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.7",
  "app": {
    "urls": [
      "*://mind.im/",
      "*://blog.mind.im/"
    ],
    "launch": {
      "web_url": "https://mind.im/"
    }
  },
  "icons": {
    "48": "mind-48.png",
    "128": "mind-128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "notifications"
  ]
}