{
  "name": "Password Generator - Create Strong Random Passwords",
  "short_name": "Password Gen",
  "description": "Free online password generator to create strong, random, secure passwords instantly. Generate passwords with customizable length and character types.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EEF2FF",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "security", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/banner_image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Password Generator Tool"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Password",
      "short_name": "Generate",
      "description": "Generate a new random password",
      "url": "/?action=generate",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Check Strength",
      "short_name": "Strength",
      "description": "Check your password strength",
      "url": "/password-strength-checker.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Passphrase",
      "short_name": "Passphrase",
      "description": "Generate a memorable passphrase",
      "url": "/passphrase-generator.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
