Temp Mail by Smailpro

Temp Mail by Smailpro

Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Temp Mail by Smailpro",
  "description": "Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks.",
  "version": "1.0",
  "author": "Sonjj",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "20": "icons/logo-20.png",
      "40": "icons/logo-40.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  }
}