PfP: Pain-free Passwords (legacy) Firefox

Examine source code of PfP: Pain-free Passwords (legacy)

Inspect and view changes in PfP: Pain-free Passwords (legacy) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "easypasswords@palant.de",
      "strict_min_version": "57.0"
    }
  },
  "author": "Wladimir Palant",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "ui/images/icon16.png",
      "20": "ui/images/icon20.png",
      "25": "ui/images/icon25.png",
      "30": "ui/images/icon30.png",
      "32": "ui/images/icon32.png",
      "40": "ui/images/icon40.png"
    },
    "default_popup": "ui/panel/panel.html",
    "default_title": "__MSG_name__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      }
    }
  },
  "default_locale": "en_US",
  "description": "__MSG_description__",
  "homepage_url": "https://pfp.works/",
  "icons": {
    "16": "ui/images/icon16.png",
    "20": "ui/images/icon20.png",
    "25": "ui/images/icon25.png",
    "30": "ui/images/icon30.png",
    "32": "ui/images/icon32.png",
    "40": "ui/images/icon40.png",
    "48": "ui/images/icon48.png",
    "64": "ui/images/icon64.png",
    "128": "ui/images/icon128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_ui": {
    "page": "ui/options/options.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "clipboardWrite",
    "unlimitedStorage"
  ],
  "short_name": "__MSG_name__",
  "version": "2.2.6"
}

Best PfP: Pain-free Passwords (legacy) Alternatives

Here are some Firefox add-ons that are similar to PfP: Pain-free Passwords (legacy):