Bitwarden Extension Firefox

Examine source code of Bitwarden Extension

Inspect and view changes in Bitwarden Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bitwarden Extension",
  "version": "1.1",
  "description": "A secure password manager extension for Bitwarden with enhanced features.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "https://*.bitwarden.com/*",
    "http://*.bitwarden.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd3dfcc8-8909-4681-b4dd-ba542f2920e2}"
    }
  }
}

Best Bitwarden Extension Alternatives

Here are some Firefox add-ons that are similar to Bitwarden Extension: