Seek Salary NZ/AU

Seek Salary NZ/AU

Reveal salary ranges for every job on Seek NZ and AU

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seek Salary NZ/AU",
  "version": "3.3",
  "manifest_version": 3,
  "description": "Reveal salary ranges for every job on Seek NZ and AU",
  "author": {
    "email": "[email protected]"
  },
  "icons": {
    "16": "icons/logo.png",
    "32": "icons/logo.png",
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "host_permissions": [
    "https://*.seek.co.nz/*",
    "https://*.seek.com.au/*"
  ],
  "permissions": [
    "scripting"
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "seekSalaryRange.js"
      ],
      "matches": [
        "https://*.seek.com.au/*",
        "https://*.seek.co.nz/*"
      ]
    }
  ]
}