IronVault — Secure Autofill Firefox

Examine source code of IronVault — Secure Autofill

By: Saket Add-on
Inspect and view changes in IronVault — Secure Autofill 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": 3,
  "name": "IronVault — Secure Autofill",
  "short_name": "IronVault",
  "version": "4.11.0",
  "description": "Zero-knowledge autofill for passwords, TOTP, cards & identities. AES-256 encrypted — your master password never leaves your device.",
  "incognito": "spanning",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "contextMenus",
    "downloads",
    "tabs",
    "notifications",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://www.ironvault.app/*",
    "https://ironvault.app/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "IronVault",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.ironvault.app/*",
        "https://ironvault.app/*"
      ],
      "js": [
        "lib/runtime-messaging.js",
        "content/travel-mode-bridge.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/runtime-messaging.js",
        "lib/automation-protection.js",
        "content/automation-bootstrap.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/runtime-messaging.js",
        "lib/matching.js",
        "lib/automation-protection.js",
        "content/detector.js",
        "content/filler.js",
        "content/generator.js",
        "content/ui.js",
        "content/save-prompt.js",
        "content/main.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/runtime-messaging.js",
        "content/webauthn-bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/webauthn-page.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "open-autofill-picker": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Open IronVault autofill picker on the focused field"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Open IronVault popup"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; base-uri 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autofill@ironvault.app",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "financialAndPaymentInfo",
          "personallyIdentifyingInfo",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best IronVault — Secure Autofill Alternatives

Here are some Firefox add-ons that are similar to IronVault — Secure Autofill: