TempEmail - Disposable Inbox Firefox

Examine source code of TempEmail - Disposable Inbox

Inspect and view changes in TempEmail - Disposable Inbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TempEmail - Disposable Inbox",
  "short_name": "TempEmail",
  "version": "0.1.0",
  "description": "Disposable email inbox in your browser. No signup. Real-time delivery, unread badge, OTP auto-copy. By temp-email.ai.",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "TempEmail — Disposable Inbox",
    "default_icon": {
      "16": "public/icons/icon-16.png",
      "48": "public/icons/icon-48.png",
      "128": "public/icons/icon-128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tempemail@temp-email.ai",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardWrite",
    "notifications",
    "alarms",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://tempemailapi.azurewebsites.net/*"
  ],
  "icons": {
    "16": "public/icons/icon-16.png",
    "48": "public/icons/icon-48.png",
    "128": "public/icons/icon-128.png"
  }
}

Best TempEmail - Disposable Inbox Alternatives

Here are some Firefox add-ons that are similar to TempEmail - Disposable Inbox: