SimpleLogin: Open-source Email Protection Firefox

Examine source code of SimpleLogin: Open-source Email Protection

Inspect and view changes in SimpleLogin: Open-source Email Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SimpleLogin by Proton: Secure Email Aliases",
  "short_name": "SimpleLogin",
  "description": "Easily create a different email for each website to hide your real email. Protect your inbox against spams, phishing, data breaches",
  "version": "3.0.7",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://*.simplelogin.io/*",
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_title": "SimpleLogin",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "96": "icons/icon_96.png",
      "128": "icons/icon_128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@simplelogin",
      "strict_min_version": "109.0"
    }
  },
  "commands": {
    "generate-random-alias": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Generate a random email alias"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Open the extension action menu"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content_script/input_tools.js"
      ],
      "css": [
        "content_script/input_tools.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://app.simplelogin.io/dashboard/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best SimpleLogin: Open-source Email Protection Alternatives

Here are some Firefox add-ons that are similar to SimpleLogin: Open-source Email Protection: