Sherpa RPA

Sherpa RPA

Sherpa RPA

Additional files are visible only to premium users

manifest.json


{
  "author": "Sherpa Robotics",
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logogrey-16.png",
      "32": "images/logogrey-32.png",
      "48": "images/logogrey-48.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Sherpa RPA",
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 2,
  "name": "Sherpa RPA",
  "permissions": [
    "nativeMessaging",
    "cookies",
    "tabs",
    "activeTab",
    "*://*/*"
  ],
  "short_name": "Sherpa RPA",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.9"
}