{
  "name": "TradeAIAlgo — AI-Powered Algo Trading",
  "short_name": "TradeAIAlgo",
  "description": "Build, backtest and deploy algorithmic trading strategies for NSE & BSE with AI.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000a1a",
  "theme_color": "#0C4A6E",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open trading dashboard"
    },
    {
      "name": "Strategy Builder",
      "short_name": "Builder",
      "url": "/strategies/builder",
      "description": "Build a new strategy"
    },
    {
      "name": "Backtests",
      "short_name": "Backtest",
      "url": "/backtest",
      "description": "Run backtests"
    }
  ]
}
