Examine source code of talsight-chrome-extension

Inspect and view changes in talsight-chrome-extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "talsight-chrome-extension",
  "description": "The Official TalentSight Chrome Extension for faster and easier candidate sourcing.",
  "version": "1.3.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-a6703172.js"
      ],
      "matches": [
        "https://linkedin.com/in/*",
        "https://www.linkedin.com/in/*",
        "https://test.talsight.com/*",
        "https://app.talsight.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://app.talsight.com/*",
        "https://linkedin.com/*",
        "https://test.talsight.com/*",
        "https://www.linkedin.com/*"
      ],
      "resources": [
        "assets/chunk-2d108596.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "externally_connectable": {
    "ids": [
      "cfhlhgiiodjedceiafmehkafcomekalp",
      "haimnmmocillmcpbbdphhjnenigglknj"
    ],
    "matches": [
      "*://*.talsight.com/*"
    ]
  },
  "permissions": [
    "webNavigation",
    "cookies"
  ],
  "host_permissions": [
    "https://linkedin.com/",
    "https://www.linkedin.com/",
    "https://test.talsight.com/",
    "https://app.talsight.com/"
  ]
}