LeadMagicX

LeadMagicX

LeadMagicX is an easy way to filter, organize and convert thousands of messenger prospects so that you can save time, rank advance…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LeadMagicX",
  "version": "1.15.12",
  "author": "[email protected]",
  "description": "",
  "icons": {
    "16": "public/images/lmx/logo-16x16.png",
    "32": "public/images/lmx/logo-32x32.png",
    "48": "public/images/lmx/logo-48x48.png",
    "128": "public/images/lmx/logo-128x128.png"
  },
  "action": {
    "default_icon": "public/images/lmx/logo-32x32.png",
    "default_title": "LeadMagicX",
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "tabs",
    "background",
    "storage",
    "notifications",
    "clipboardRead",
    "scripting",
    "system.cpu",
    "system.storage",
    "system.memory"
  ],
  "host_permissions": [
    "https://www.messenger.com/t/*",
    "https://www.facebook.com/*",
    "https://mbasic.facebook.com/*",
    "https://sentry.ronasit.com/*",
    "https://api.leadmagicx.ronasit.com/*",
    "https://dev.api.leadmagicx.ronasit.com/*"
  ],
  "background": {
    "service_worker": "./background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.messenger.com/*",
        "https://www.facebook.com/*"
      ],
      "css": [
        "contentScripts.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/images/*",
        "public/fonts/*",
        "/main.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}