Examine source code of PeakXV Orochi

Inspect and view changes in PeakXV Orochi 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",
  "version": "1.0.5",
  "manifest_version": 3,
  "name": "PeakXV Orochi",
  "description": "PeakXV LI Recruiter Helper",
  "icons": {
    "48": "img/icon_leaf_48_inverted.png",
    "128": "img/icon_leaf_128_inverted.png"
  },
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "permissions": [
    "alarms",
    "cookies",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.linkedin.com/",
    "*://*.peakxv.com/",
    "*://*.okta.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}