AI Powered Boolean Builder

AI Powered Boolean Builder

⚡SOURCING TECHNOLOGY FOR RECRUITERS⚡ We help recruiters cut sourcing time by 50% and discover up to 220% more relevant candidates.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI Powered Boolean Builder",
  "author": "Zaid Hasan",
  "version": "3.4.4",
  "icons": {
    "16": "racoon.png",
    "48": "racoon.png",
    "128": "racoon.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {}
}