Sys.tm Automations

Sys.tm Automations

Sys.tm Automations browser extension enables RPA control using your favorite browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Sys.tm Automations",
  "description": "Sys.tm Automations browser extension enables RPA control using your favorite browser.",
  "version": "1.0.3",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "jquery.min.js",
        "contentScript.js",
        "ContentLibrary.js",
        "ContentListener.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "main.js"
    ],
    "persistent": true
  },
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "tabs",
    "<all_urls>",
    "webNavigation"
  ],
  "icons": {
    "16": "/icons/Systm-RPA-Agent-16.png",
    "48": "/icons/Systm-RPA-Agent-48.png",
    "128": "/icons/Systm-RPA-Agent-128.png"
  },
  "browser_action": {
    "default_icon": "/icons/Systm-RPA-Agent.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{9320d98b-b259-4d86-a570-5d3f759d690c}"
    }
  }
}