Examine source code of Indeed Recruiter Extension

Inspect and view changes in Indeed Recruiter 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": "Indeed Recruiter Extension",
  "short_name": "Indeed Recruiter Extension",
  "version": "100.0",
  "manifest_version": 3,
  "description": "Unlock the power of Indeed from any webpage with our sourcing and recruiting tools right at your fingertips.",
  "homepage_url": "https://employers.indeed.com/",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhtQqQkUVpwRQbRYqvDJaLc2FCSCiAFJTm3F2nEQ05+E+gQkk+Zo0hO9fyNQ2lBIetKutmoSGFaM9Gxa62cmWS2LRRY0+eBc1dvDKEvA23H/35eH7QpvbiHDgRhl4Ve+j0pwUIPOVqTHON7RIA+dv1GzQj0PkpalhO8rwz46ioi0LNePfUQhVA6/J/MVzQnqa7NuD1YM4vXnM1z6go+Mz0yBeyVd9MSW852EfesRG6hrjrtysfsHYBnGkWf+Kj7LNjESoU6uV08COmC55ymLdA710ukEh/JFrioZYYOww/YBo7qWATiApeP4uJ0YikzD0eFlBffKP/GGne1DT+mhJIQIDAQAB",
  "icons": {
    "16": "images/indeed_icon_128.png",
    "48": "images/indeed_icon_128.png",
    "128": "images/indeed_icon_128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/indeed_icon_38.png",
      "38": "images/indeed_icon_38.png"
    },
    "default_title": "Indeed Recruiter Extension",
    "default_popup": "/src/popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "/src/*",
        "/images/*",
        "/manifest/*",
        "files.manifest.json"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://* 'self'"
  },
  "incognito": "spanning",
  "content_scripts": []
}