Simple Password Manager is Firefox

Examine source code of Simple Password Manager is

By: 69vn
Inspect and view changes in Simple Password Manager is 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": "Store and autofill passwords",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4846bdc4-9a14-45dd-9234-228a9f5772a4}"
    }
  }
}

Best Simple Password Manager is Alternatives

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