Salary Seeker

Salary Seeker

Calculate the salary range for jobs advertised on Seek.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Salary Seeker",
  "version": "1.0.8",
  "description": "Calculate the salary range for jobs advertised on Seek.",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "18": "icons/icon18.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "https://*.seek.com.au/*",
    "https://*.seek.co.nz/*"
  ],
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self' https://*.seek.com.au",
  "browser_specific_settings": {
    "gecko": {
      "id": "{33001643-9e70-4228-93a8-5614e78f7752}"
    }
  }
}