{
  "name": "Groww AI Agent",
  "short_name": "AI Agent",
  "description": "Your intelligent trading assistant from Groww",
  "start_url": "/gr",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00d09c",
  "orientation": "portrait-primary",
  "scope": "/gr",
  "lang": "en",
  "icons": [
    {
      "src": "/gr/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "finance",
    "productivity",
    "business"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation with AI Agent",
      "url": "/gr/?action=new-chat",
      "icons": []
    },
    {
      "name": "Chat History",
      "short_name": "History",
      "description": "View your chat history",
      "url": "/gr/?action=history",
      "icons": []
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}