Email Verifier by Snov.io

Email Verifier by Snov.io

Check email addresses found on any page online with Snov.io's free Email Verifier tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/sw.js"
  },
  "action": {
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "short_name": "__MSG_appShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.8.4"
}