{
  "name": "GrahChaal - Vedic Astrology Platform",
  "short_name": "GrahChaal",
  "description": "Comprehensive Vedic Astrology Platform combining 6 major astrology systems with AI-powered insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/badge-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your dashboard",
      "url": "/customer/dashboard",
      "icons": [
        {
          "src": "/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Birth Chart",
      "short_name": "Chart",
      "description": "View your birth chart",
      "url": "/customer/charts",
      "icons": [
        {
          "src": "/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Daily Horoscope",
      "short_name": "Horoscope",
      "description": "Read today's horoscope",
      "url": "/customer/horoscope",
      "icons": [
        {
          "src": "/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Chat",
      "short_name": "AI Chat",
      "description": "Chat with AI astrologer",
      "url": "/customer/ai-chat",
      "icons": [
        {
          "src": "/images/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "lifestyle",
    "entertainment",
    "health"
  ],
  "screenshots": [
    {
      "src": "/images/og-image.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/customer/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
