10 Minutes Disposable email

10 Minutes Disposable email

Temporary disposable 10 minutes email address. Protect your email from spam, bots and phishing easy to use firefox addon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "10minemail",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.0.14",
  "default_locale": "en",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "background": {
    "scripts": [
      "chrome_background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/128x128.png",
    "default_popup": "",
    "default_title": "10minemail"
  },
  "web_accessible_resources": [],
  "permissions": [
    "*://*.10minemail.com/*",
    "storage",
    "notifications",
    "tabs",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{82e0b600-2a0b-47d0-8b83-28fd982e451d}"
    }
  }
}