Contact Hero

Contact Hero

Verify any email address while on the go with this convenient extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifestTitle__",
  "description": "__MSG_manifestDescription__",
  "version": "2.22",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./yes.png",
      "32": "./yes.png",
      "48": "./yes.png",
      "128": "./yes.png"
    },
    "default_title": "__MSG_manifestTitle__"
  },
  "default_locale": "en",
  "icons": {
    "16": "./yes.png",
    "32": "./yes.png",
    "48": "./yes.png",
    "128": "./yes.png"
  },
  "permissions": [
    "https://aaront612.pythonanywhere.com/"
  ]
}