AEM Wcmmode Disabler

AEM Wcmmode Disabler

Active this to automatically put ?wcmmode=disabled

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AEM Wcmmode Disabler",
  "description": "Active this to automatically put ?wcmmode=disabled",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Wcmmode disabler",
    "default_icon": "icon_disabled.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}