LeadNear: B2B Email & Phone Finder

LeadNear: B2B Email & Phone Finder

Build your professional network

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LeadNear: B2B Email & Phone Finder",
  "description": "Build your professional network",
  "version": "2.16",
  "manifest_version": 3,
  "background": {
    "service_worker": "./js/background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "system.display"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {},
  "externally_connectable": {
    "matches": [
      "https://www.leadnear.com/*",
      "https://leadsweb.vercel.app/*",
      "https://leadsnear.com/*",
      "http://my.localhost:3000/*",
      "http://localhost:3000/*"
    ]
  },
  "icons": {
    "128": "./images/icon-extension.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-extension.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}