Email Finder & Mobile Finder by SMARTe

Email Finder & Mobile Finder by SMARTe

SMARTe offers mobile numbers and work emails for B2B Prospecting & Recruitment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Email Finder & Mobile Finder by SMARTe",
  "version": "4.1",
  "description": "SMARTe offers mobile numbers and work emails for B2B Prospecting & Recruitment.",
  "short_name": "SMARTe Extension",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "action": {
    "default_icon": {
      "16": "logo.png"
    }
  },
  "icons": {
    "16": "logo.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "tabs",
    "cookies"
  ]
}