Jobma Video Interviews

Jobma Video Interviews

Hire Better, Faster For Less

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Jobma Video Interviews",
  "short_name": "Jobma VI",
  "description": "Hire Better, Faster For Less",
  "version": "1.5.3",
  "action": {
    "default_icon": {
      "16": "images/logo/circle-16.png",
      "32": "images/logo/circle-32.png",
      "48": "images/logo/circle-48.png",
      "128": "images/logo/circle-128.png"
    }
  },
  "icons": {
    "16": "images/logo/circle-16.png",
    "32": "images/logo/circle-32.png",
    "48": "images/logo/circle-48.png",
    "128": "images/logo/circle-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "js": [
        "js/jquery-3.5.1.min.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/branding/bootstrap/buttons.css"
      ]
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/popup.html",
        "/css/extensions.css",
        "css/badge.css",
        "js/popup.js",
        "images/logo-circle.png",
        "images/logo-rot.png",
        "images/logo/circle-16-white.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}