CQ Helper

CQ Helper

For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CQ Helper",
  "short_name": "CQ Helper",
  "version": "0.9.8",
  "manifest_version": 2,
  "description": "For use with Adobe® CQ/AEM CMS. Multiple environments, site search, external links, and settings import for team deployment.",
  "homepage_url": "http://github.com/goodguyry/CQ-Helper",
  "options_page": "settings.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/libs/IndexedJS.min.js",
      "js/core.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon32.png",
    "default_title": "CQ Helper",
    "default_popup": "popup.html"
  }
}