CQ WCM Switcher

CQ WCM Switcher

CQ WCM mode switcher, single click, faster way to switch CQ WCM mode, and to check site layout. Handy plugin for Adobe CQ/ AEM…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CQ WCM Switcher",
  "version": "0.3",
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "CQ Debugger",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}