password list Firefox

Examine source code of password list

By: John
Inspect and view changes in password list source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "KeyVault - Password Manager",
  "version": "1.2.10",
  "description": "Secure password manager with AES-256 encryption. Syncs across all Firefox devices via Firefox Sync.",
  "author": "KeyVault",
  "icons": {
    "48": "icons/icon48.svg",
    "96": "icons/icon96.svg"
  },
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.svg"
    },
    "default_title": "KeyVault - Password Manager"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d44ce4b3-649c-45ec-8b00-a43145a2bb37}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best password list Alternatives

Here are some Firefox add-ons that are similar to password list: