Temp Inbox - Temporary Email

Temp Inbox - Temporary Email

Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Temp Inbox - Temporary Email",
  "description": "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.",
  "version": "1.1.0",
  "manifest_version": 3,
  "icons": {
    "16": "/image/logo-16.png",
    "32": "/image/logo-32.png",
    "48": "/image/logo-48.png",
    "128": "/image/logo-128.png"
  },
  "host_permissions": [
    "*://*.temp-inbox.com/*"
  ],
  "permissions": [
    "background",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "scripts": "popup.js",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/image/logo-16.png",
      "32": "/image/logo-32.png",
      "48": "/image/logo-48.png",
      "128": "/image/logo-128.png"
    }
  }
}