Jobalaya Referrer Hunter

Jobalaya Referrer Hunter

Check if a referrer is available on Jobalaya as you browse career sites. Never apply for a job without a referral!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jobalaya Referrer Hunter",
  "description": "Check if a referrer is available on Jobalaya as you browse career sites. Never apply for a job without a referral!",
  "version": "1.6",
  "short_name": "Check if a referrer is available on Jobalaya as you browse career sites. Never apply for a job without a referral!",
  "browser_action": {
    "default_icon": "img/logo.png"
  },
  "icons": {
    "16": "img/logo16x16.png",
    "48": "img/logo48x48.png",
    "128": "img/logo128x128.png"
  },
  "background": {
    "scripts": [
      "js/libraries/jquery-3.2.0.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "*://*/*",
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/libraries/jquery-3.2.0.min.js",
        "js/contentScript/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "html/*",
    "css/*",
    "img/*",
    "js/*"
  ],
  "content_security_policy": "script-src 'self' https://d24n15hnbwhuhn.cloudfront.net; object-src 'self'"
}