Ultra Password Generator

Ultra Password Generator | this is a compact and fast edge addon that will help you generate a new secure password in a second
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_popup": "passgen.html",
    "open_url": "https://richardneuvald.hu/"
  },
  "description": "Ultra Password Generator | this is a compact and fast edge addon that will help you generate a new secure password in a second",
  "icons": {
    "16": "/icon/icon16.png",
    "32": "/icon/icon32.png",
    "48": "/icon/icon48.png"
  },
  "manifest_version": 3,
  "name": "Ultra Password Generator",
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "2.0"
}