Simple Secure Password Manager Firefox

Examine source code of Simple Secure Password Manager

Inspect and view changes in Simple Secure Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Password Manager",
  "version": "1.0",
  "description": "A basic password manager that stores and copies passwords",
  "permissions": [
    "storage",
    "activeTab",
    "clipboardWrite",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "icons": {
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "addon-id-whatever-pw-manager@example.com"
    }
  }
}

Best Simple Secure Password Manager Alternatives

Here are some Firefox add-ons that are similar to Simple Secure Password Manager: