FakerMail - Unlimited Disposable Email

FakerMail - Unlimited Disposable Email

An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FakerMail - Unlimited Disposable Email",
  "description": "An instantly generated, ready to use disposable inbox with no sign up required and completely anonymous. Stay safe with FakerMail.",
  "version": "1.0.0",
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_round_48.png",
    "128": "icons/icon_round_128.png"
  },
  "browser_action": {
    "default_title": "FakerMail - Unlimited Disposable Email",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  }
}