RandomPasswordGenerator Firefox

Examine source code of RandomPasswordGenerator

By: Anj
Inspect and view changes in RandomPasswordGenerator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Random Password Generator",
  "description": "Generates random passwords.",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon96.png"
    },
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "miss_anjana@hotmail.com"
    }
  },
  "permissions": [
    "clipboardWrite"
  ]
}

Best RandomPasswordGenerator Alternatives

Here are some Firefox add-ons that are similar to RandomPasswordGenerator: