Esri AEM Chrome Extension

Esri AEM Chrome Extension

This is the custom Switcher for AEM instances.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Esri AEM Chrome Extension",
  "description": "This is the custom Switcher for AEM instances.",
  "version": "1.2.12",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}