AEM CRX - Power Editor

AEM CRX - Power Editor

Replacement of CRX Editor to support better editing experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AEM CRX - Power Editor",
  "version": "1.2.1",
  "description": "Replacement of CRX Editor to support better editing experience",
  "author": "Rohit Nagare",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "AEM CRX - Power Editor"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "css": [
        "init.css"
      ],
      "js": [
        "init.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/endorsed/CodeMirror2/mode/css/css.js",
        "/endorsed/CodeMirror2/mode/html/html.js",
        "/endorsed/CodeMirror2/mode/txt/txt.js",
        "/endorsed/CodeMirror2/mode/htmlembedded/htmlembedded.js",
        "/endorsed/CodeMirror2/mode/javascript/javascript.js",
        "134.js",
        "288.js",
        "377.js",
        "525.js",
        "571.js",
        "593.js",
        "653.js",
        "665.js",
        "717.js",
        "75.js",
        "902.js",
        "954.js",
        "codicon.ttf",
        "css.worker.js",
        "editor.worker.js",
        "html.worker.js",
        "init.css",
        "init.js",
        "json.worker.js",
        "main.css",
        "main.js",
        "mCSB_buttons.png",
        "ts.worker.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}