Temp Business Email Address

Temp Business Email Address

Free Unlimited Email address for all your needs to protect from spam and register for verification purposes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": " Temp Business Email Address ",
  "description": "Free Unlimited Email address for all your needs to protect from spam and register for verification purposes",
  "version": "1.0",
  "manifest_version": 2,
  "author": "https://temp-email.info/",
  "icons": {
    "16": "/images/img16.png",
    "32": "/images/img32.png",
    "48": "images/img48.png",
    "128": "/images/img128.png"
  },
  "permissions": [
    "https://*.temp-email.info/*"
  ],
  "browser_action": {
    "32": "images/img32.png",
    "48": "images/img48.png",
    "128": "images/img128.png",
    "default_icon": "/images/img16.png",
    "default_popup": "popup.html"
  }
}