USB Storage - Password Manager Firefox

Examine source code of USB Storage - Password Manager

Inspect and view changes in USB Storage - Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "USB Key Password Manager",
  "version": "1.1",
  "description": "Password manager using a USB key.",
  "permissions": [
    "activeTab",
    "tabs",
    "http://127.0.0.1:992/*",
    "http://127.0.0.1/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png"
    }
  },
  "icons": {
    "48": "48.png",
    "96": "96.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentScripts.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{98e58671-0c9f-4e5d-a424-517323f6ed0b}"
    }
  }
}

Best USB Storage - Password Manager Alternatives

Here are some Firefox add-ons that are similar to USB Storage - Password Manager: