CQ5 / AEM Switcher

CQ5 / AEM Switcher

Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CQ5 / AEM Switcher",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.",
  "options_page": "options.html",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "interface.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://jquery.com/*"
      ],
      "js": [
        "jquery-1.7.2.min.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}