Lix - B2B Scraper, Email Finder & API

Lix - B2B Scraper, Email Finder & API

B2B scraper and Email finder. Visit https://lix-it.com for instructions on use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lix - B2B Scraper, Email Finder & API",
  "short_name": "Lix",
  "description": "B2B scraper and Email finder. Visit https://lix-it.com for instructions on use.",
  "version": "1.80.0",
  "icons": {
    "16": "assets/icons/extension-blue-16.png",
    "32": "assets/icons/extension-blue-32.png",
    "48": "assets/icons/extension-blue-128.png",
    "128": "assets/icons/extension-blue-128.png"
  },
  "author": "Lix",
  "homepage_url": "https://lix-it.com/home",
  "applications": {
    "gecko": {
      "update_url": "https://lix-it.com/extensions/updates.json"
    }
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Lix it!"
  },
  "content_security_policy": "script-src 'self' https://cdn4.mxpnl.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.lix-it.com/*",
      "*://*.lix.com/*",
      "*://*.lix.localhost/*"
    ]
  },
  "web_accessible_resources": [
    "assets/*"
  ],
  "permissions": [
    "https://*.lix.com/*",
    "https://*.lix.localhost/*",
    "https://*.linkedin.com/*",
    "http://*.linkedin.com/*",
    "http://*.licdn.com/*",
    "https://*.licdn.com/*",
    "https://*.lix-it.com/*",
    "https://*.mixpanel.com/*",
    "tabs",
    "cookies",
    "notifications",
    "contextMenus"
  ],
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}