MODX Manager Launcher

MODX Manager Launcher

This extension will launch the MODX Manager of the site you're currently on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MODX Manager Launcher",
  "description": "This extension will launch the MODX Manager of the site you're currently on.",
  "version": "2.0",
  "background": {
    "scripts": [
      "modxmanager.js"
    ]
  },
  "browser_action": {
    "default_icon": "modx-logo-38x38.png"
  },
  "permissions": [
    "activeTab"
  ]
}