My Jobscore

My Jobscore

Download your score and apply for the job!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Jobscore",
  "short_name": "My Jobscore",
  "manifest_version": 2,
  "version": "1.2.8",
  "description": "Download your score and apply for the job!",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage"
  ],
  "browser_action": {},
  "web_accessible_resources": [
    "*.png",
    "*.js",
    "*.html"
  ],
  "background": {
    "scripts": [
      "chromebox.js",
      "config.js",
      "common.js",
      "StorageHelper.js",
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/seeker-production.png",
    "48": "images/seeker-production.png",
    "128": "images/seeker-production.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "chromebox.js",
        "js/jquery-3.6.0.min.js",
        "js/jquery-ui.min.js",
        "config.js",
        "common.js",
        "StorageHelper.js",
        "RightFloatButton.js",
        "content.js",
        "contentScript.js",
        "js/iframeResizer.js",
        "js/iframeResizerContent.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=' https://gs-widget-production.s3.us-east-2.amazonaws.com/widget.js  https://*.google.com https://*.googleapis.com; object-src 'self'"
}