Robin

Robin

Robin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.16",
  "manifest_version": 3,
  "name": "Robin",
  "short_name": "Robin",
  "description": "Robin",
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "webNavigation",
    "webRequest",
    "identity",
    "identity.email"
  ],
  "icons": {
    "128": "/static/img/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.recruitnowcockpit.nl/*",
        "*://cockpit.werktalent.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "script.js"
      ],
      "matches": [
        "*://*.recruitnowcockpit.nl/*",
        "*://cockpit.werktalent.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "Robin",
    "default_icon": "static/img/logo_gray.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.recruitrobin.com/*",
      "https://*.recruitrobindev2.com/*",
      "http://localhost:3000/*"
    ]
  },
  "host_permissions": [
    "*://*/*",
    "https://*.recruitrobin.com/*",
    "https://*.recruitrobindev2.com/*",
    "http://localhost:3000/*"
  ],
  "background": {
    "service_worker": "index.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzxiMYLiLJOVK7d7HtDLsLoXo4ZJwcAdptPgEUvHB04nQhzYo0pQVBioKKabowIAaPosi670tl61qtyK2TYekcefutKd+hHvPXAP65PAMiXiRYCiI1H/UDcmhWI+qLsI3rXCs+SBtUz4BpQ3KY/+nu2v1lmrgM07f1awfipy7k9yeIkj4bbphDG1Q/BMjXM1Cfqjr/k25iNY1Wb77FlPXizeO/t1ms6gASyPz1/WTU4otpmlKLTaIcFKewNKqVAaHBhCsRkchr/BS1v8tEvjS7GGovErOx05bwqmBtY2OHxI5Sv4IjEJ+uRRQHg8EqtHa0IANk6jNjGonSK7ZbZhFiwIDAQAB"
}