{
  "name": "Secure Password Generator",
  "short_name": "PassGen",
  "description": "Free, cryptographically secure random password generator with strength analysis and crack-time estimation",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "categories": ["utilities", "security", "productivity"],
  "background_color": "#0f0c29",
  "theme_color": "#7c5cfc",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
