{
  "name": "PassGen - Password Generator",
  "short_name": "PassGen",
  "description": "Secure password and passphrase generator with customizable options",
  "start_url": "/pwa-tools/passgen/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "scope": "/pwa-tools/passgen/",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%236366f1' width='192' height='192' rx='24'/%3E%3Ctext x='96' y='120' font-family='Arial' font-size='80' fill='white' text-anchor='middle'%3E%F0%9F%94%90%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%236366f1' width='512' height='512' rx='64'/%3E%3Ctext x='256' y='320' font-family='Arial' font-size='220' fill='white' text-anchor='middle'%3E%F0%9F%94%90%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["productivity", "utilities", "security"],
  "lang": "en"
}