LYR RPA Firefox

Examine source code of LYR RPA

Inspect and view changes in LYR RPA source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LYR RPA",
  "version": "0.0.0.1",
  "description": "LYR automation plug-in for Firefox",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "LYRV20001@LYR.ai.com"
    }
  }
}

Best LYR RPA Alternatives

Here are some Firefox add-ons that are similar to LYR RPA: