Prospeo - Email Finder

Prospeo - Email Finder

Find email addresses from anywhere for free, and verify them with the highest accuracy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prospeo - Email Finder",
  "description": "Find email addresses from anywhere for free, and verify them with the highest accuracy.",
  "version": "1.5.6",
  "action": {
    "default_title": "Popup",
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader.94fc23f1.js"
      ],
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.prospeo.io/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/main.52ee091f.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "*://*.linkedin.com/",
    "*://*.prospeo.io/"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.linkedin.com/*",
      "*://*.prospeo.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.prospeo.io/*"
      ],
      "resources": [
        "assets/no-email-found-ube.e16fa608.png",
        "assets/question-mark-free.eb16d643.svg",
        "assets/auth-bg.90ddae9b.svg",
        "assets/domain-footer.d8b0429a.svg",
        "assets/_sentry-release-injection-file.20c34dfb.js",
        "assets/main.tsx.bf0afbca.js"
      ],
      "use_dynamic_url": true
    }
  ]
}