{
  "short_name": "AstroGuru",
  "name": "AstroGuru - AI-Powered Horoscope & Astrology",
  "description": "Get accurate horoscope predictions with AI precision. Free birth chart calculator and personalized astrology analysis.",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "entertainment"],
  "lang": "en",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Daily Horoscope",
      "short_name": "Daily",
      "description": "Check your daily horoscope",
      "url": "/horoscope/daily",
      "icons": [{ "src": "favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Birth Chart",
      "short_name": "Chart",
      "description": "Generate your birth chart",
      "url": "/birth-chart",
      "icons": [{ "src": "favicon.svg", "sizes": "192x192" }]
    }
  ]
}