Email finder by soujiyi.com

Email finder by soujiyi.com

Find email addresses, phone numbers and social accounts from anywhere on the web, with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "default_locale": "en",
  "version": "4.0.1",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "./images/logo32.png"
  },
  "content_scripts": [
    {
      "js": [
        "third-party/tld.js",
        "utils/domain.js",
        "third-party/html2canvas.min.js",
        "third-party/jquery-3.6.0.min.js",
        "./js/config.js",
        "./utils/utils.js",
        "./js/business/app.js",
        "./utils/infiniteScroll.js",
        "common.js",
        "content.js",
        "content-new.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "./images/logo16.png",
    "32": "./images/logo32.png",
    "64": "./images/logo64.png",
    "128": "./images/logo128.png",
    "256": "./images/logo256.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "MacCtrl+Shift+H"
      },
      "description": "Email Hunt"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "query-id.js"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}