Password Generator Firefox

Examine source code of Password Generator

By: passgen
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
{
  "manifest_version": 2,
  "name": "Password generator",
  "version": "1.1.1",
  "author": "xtyl",
  "homepage_url": "https://github.com/x1yl",
  "description": "Generates a random password and copies it to the clipboard",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "clipboardWrite",
    "tabs"
  ],
  "web_accessible_resources": [
    "popup.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a69dede1-5b0b-4151-bd2d-3e9e79c7720e}"
    }
  }
}

Best Password Generator Alternatives

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