Hide My Email

Hide My Email

Hide you email within a single click! instead of exposing your email to the open world, you can open Hide My Email, and get the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hide My Email",
  "version": "2",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "32": "./img/icon.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "./img/icon.png",
      "48": "./img/48.png",
      "128": "./img/128.png"
    },
    "default_title": "Hide My Email",
    "default_popup": "popup/popup.html"
  },
  "options_page": "options/options.html"
}