Bulk Email Verifier & Checker

Bulk Email Verifier & Checker

Accurately verify emails in bulk. The top tool for checking mail address authenticity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "1.0.0",
  "homepage_url": "https://chrome.google.com/webstore/detail/ckkkfjkhmnkleikoobfnkmfgnehonmpn",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjU0JjE4lfNCR0kx3AH4shVVmoAl5RfoW3xdE+bo8F9HlM95BMdPYu7lunWQDSUGPlt4bmp/cW20VWOnzsiXgr3q7nO5USllXe5wkqzjbyhptCSuwjW4GB+ztE26HxvRFp8hMCEnCuYp34m08sErH3xq5epWvi0VzGslQKdlecUShQKSyVyfTmVQgWL+noHTfD9FIjdBvSTp2xI6YrSTqigAe0XKnwrOzCQ6XpM/dfgcrabKquz0AsqdnF6LPFVpiFf0lgCyXLZZXW2sKlAmcaaB6pOVtgj9DSPsztwRW3pOj/eUCWhhStNzXQ/NuoYo33hDt5FG3heHA07nhO9j72QIDAQAB",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "836493452350-1dq2kb115d6f7c501bioo41nt99pd15v.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ],
    "web_client_id": "836493452350-cm5mgo2lurt2jbuc87ce54j8s85nbkjg.apps.googleusercontent.com"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/lib/images/icon_16.png",
    "32": "public/lib/images/icon_32.png",
    "48": "public/lib/images/icon_48.png",
    "128": "public/lib/images/icon_128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "identity"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  }
}