Password generator Firefox

Examine source code of Password generator

By: Kenny
Inspect and view changes in Password generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Password generator",
  "version": "0.0.0.8",
  "manifest_version": 2,
  "description": "Never forget your password. The password procedurally generates for current website with a secret word. It will not store your password in any way. You only have to remember one secret word and this extension will generate you the same unique strong password each time for the website you're currently on.",
  "author": "lstkenny@gmail.com",
  "icons": {
    "16": "media/icon_16.png",
    "19": "media/icon_19.png",
    "48": "media/icon_48.png",
    "128": "media/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "media/icon_48.png",
    "default_title": "Password generator",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "lstkenny@gmail.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Password generator Alternatives

Here are some Firefox add-ons that are similar to Password generator: