Email Finder by Leadzen.ai | Get B2B Contacts

Email Finder by Leadzen.ai | Get B2B Contacts

Leadzen.ai - Get Verified and Accurate Leads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version_name": "4.4.1",
  "name": "Email Finder by Leadzen.ai | Get B2B Contacts",
  "version": "4.4.1",
  "description": "Leadzen.ai - Get Verified and Accurate Leads",
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "leadzen-logo.png"
  },
  "permissions": [
    "cookies",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "https://www.linkedin.com/*",
    "http://localhost:3000/"
  ],
  "icons": {
    "16": "leadzen-logo.png",
    "48": "leadzen-logo.png",
    "128": "leadzen-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "https://www.linkedin.com/*",
        "http://localhost:3000/"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle.chunk.css"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "leadzen-logo.png"
      ],
      "matches": [
        "https://*/*",
        "https://www.linkedin.com/*"
      ]
    }
  ]
}