Mail from Duck Firefox

Examine source code of Mail from Duck

By: Reafun Add-on
Inspect and view changes in Mail from Duck source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mail from Duck",
  "version": "0.2",
  "description": "Send messages from your private @duck.com address. Enter a recipient to generate an outgoing DuckDuckGo email address.",
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@mailfromduck",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "32": "icon32.png",
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://duckduckgo.com/email/settings/autofill"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Mail from Duck Alternatives

Here are some Firefox add-ons that are similar to Mail from Duck: