Automation 360

Automation 360

Automation 360 extension to automate web applications in Edge (MV3).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Automation 360",
  "version": "3.2.0.0",
  "manifest_version": 3,
  "description": "Automation 360 extension to automate web applications in Edge (MV3).",
  "background": {
    "service_worker": "ExtensionBackgroundLoader.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "AALogger.js",
        "HTMLRecorder.js",
        "HTMLBridgeAction.js",
        "HTMLExtensionBridge.js",
        "HTMLBrowserAction.js",
        "HTMLActionData.js",
        "HTMLEnum.js",
        "HTMLObject.js",
        "HTMLObjectSearch.js",
        "HTMLResult.js",
        "HTMLExecutor.js",
        "HTMLObjectNode.js",
        "HTMLCommon.js",
        "HTMLFrameInfo.js",
        "HTMLPluginObject.js",
        "HTMLWindowAvatar.js",
        "HTMLObjectPath.js",
        "HTMLJavascriptDOMXPath.js",
        "HTMLAACommon.js",
        "HTMLTrigger.js",
        "ExtensionTriggers.js",
        "DetectFramework.js",
        "HTMLAlertWrapper.js",
        "HTMLMapper.js",
        "HTMLScriptActivation.js",
        "HTMLXpathGenerator.js",
        "HTMLTable.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "HTMLAlertWrapper.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "",
    "default_icon": {
      "19": "images/AAE20.png",
      "38": "images/AAE40.png"
    }
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.supremomono.com/*",
      "*://*.automationanywhere.digital/*"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "scripting",
    "nativeMessaging",
    "debugger",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/AAE16.png",
    "48": "images/AAE50.png",
    "128": "images/AAE128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}