Powerfull Password Generator Firefox

Examine source code of Powerfull Password Generator

Inspect and view changes in Powerfull Password Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Password Generator",
  "description": "Password Generator extension to create strong passwords",
  "version": "1.0",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/utils/detectSignupPage.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png",
      "48": "img/icon48.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sdragos231@gmail.com"
    }
  }
}

Best Powerfull Password Generator Alternatives

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