{
  "name": "KPVichar - KP Astrology",
  "short_name": "KPVichar",
  "description": "Scientific KP Astrology without fear tactics. Generate accurate KP Kundli, Horary charts, and get precise predictions.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "education"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Generate Chart",
      "short_name": "New Chart",
      "description": "Generate a new birth chart",
      "url": "/dashboard/generate",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
