Secure Password Generator

Secure Password Generator

Generate strong random passwords with letters, numbers, and symbols

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Secure Password Generator",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Generate strong random passwords with letters, numbers, and symbols",
  "icons": {
    "16": "icons/logo16x16.png",
    "32": "icons/logo32x32.png",
    "48": "icons/logo48x48.png",
    "128": "icons/logo128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo128x128.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}