Égide Mail Firefox

Examine source code of Égide Mail

Inspect and view changes in Égide Mail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Égide Mail",
  "version": "0.3.0",
  "description": "Protection anti-phishing temps réel dans Gmail, Outlook, Yahoo et tous les webmails. Détection par IA en un clic.",
  "browser_specific_settings": {
    "gecko": {
      "id": "egide-mail@egidecyber.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "personalCommunications",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Égide Mail",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content/gmail.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://outlook.live.com/*",
        "https://outlook.office.com/*",
        "https://outlook.office365.com/*"
      ],
      "js": [
        "content/outlook-web.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://mail.yahoo.com/*"
      ],
      "js": [
        "content/yahoo.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "alarms"
  ],
  "host_permissions": [
    "https://egidecyber.com/*"
  ]
}

Best Égide Mail Alternatives

Here are some Firefox add-ons that are similar to Égide Mail: