{
  "name": "BestKundli - AI Astrological Assistant",
  "short_name": "BestKundli",
  "description": "Your personalized AI-based astrological assistant for daily insights, horoscope predictions, and life guidance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10a37f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/assets/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/assets/images/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/assets/images/og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BestKundli AI Astrological Assistant"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new astrological chat",
      "url": "/chat?action=new-chat"
    },
    {
      "name": "Charts",
      "short_name": "Charts",
      "description": "View your astrological charts",
      "url": "/charts?action=charts"
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Explore upcoming astrological events",
      "url": "/events?action=events"
    },
    {
      "name": "Compatibility",
      "short_name": "Match",
      "description": "Check astrological compatibility",
      "url": "/compatibility?action=compatibility"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your personal dashboard",
      "url": "/?action=dashboard"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
