Tomba - Email Finder & Email Extractor Plus

Tomba - Email Finder & Email Extractor Plus

Revolutionize business outreach with precise email discovery, verification, and data enrichment in a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://tomba.io/",
  "author": "Tomba technology web service LLC",
  "short_name": "Tomba",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "0.1.23",
  "version_name": " 0.1.23 (29/04/2024)",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "identity"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js",
    "module": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "minimum_chrome_version": "92",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Tomba",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/website-content-script.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "643005968288-srgjulr2kipj8re74ebd8bhkjgtrn0g3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}