{
  "name": "AstroFusion Chat",
  "short_name": "AF Chat",
  "description": "AI-powered Vedic astrology chat assistant",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#7c3aed",
  "background_color": "#020617",
  "orientation": "any",
  "categories": ["astrology", "lifestyle", "utilities"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "url": "/",
      "description": "Start a new astrology conversation"
    }
  ]
}
