AI Fox

AI Fox

AI Fox from HURMA – sourcing in a few clicks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
  },
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "7.7.1",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_title": "AI Fox"
  },
  "permissions": [
    "background",
    "tabs",
    "storage",
    "unlimitedStorage",
    "offscreen"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://*.hurma.work/*"
    ]
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/popup.html",
        "/button.html",
        "/js/popup.js",
        "/js/chunk-vendors.js",
        "/js/background.js",
        "/js/candidate.js",
        "/js/candidateBumeranBase.js",
        "/js/parseLinkedinApi.js",
        "/js/parseRabotaAuth.js",
        "/js/parseNewWorkua.js",
        "/js/parseHH.js",
        "/js/parseDjinni",
        "/js/parseBumeran.js",
        "/js/parseLaborum.js",
        "/js/parseZonajobs.js",
        "/js/parseOCC.js",
        "/js/parseIndeed.js",
        "/js/parseIndeedRespond.js",
        "/js/parseComputrabajo.js",
        "/js/parseTrabajando.js",
        "/js/index.js",
        "/js/universalScrapper.js",
        "icons/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}