{
  "name": "Infinity Trading Platform",
  "short_name": "Infinity",
  "description": "Algorithmic options trading platform for NSE/BSE — live monitoring, strategy deployment and backtesting",
  "id": "/",
  "start_url": "/app/monitor",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1e2123",
  "_comment_background": "Matches the dark-theme shell in src/app/app/layout.tsx (#14181F), which is what paints first on a cold launch into start_url — keeps the OS splash seamless into the auth spinner.",
  "background_color": "#14181F",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Monitor",
      "short_name": "Monitor",
      "description": "Live positions and P&L",
      "url": "/app/monitor",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pulse",
      "short_name": "Pulse",
      "description": "Deployed strategy workers",
      "url": "/app/pulse",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Backtesting",
      "short_name": "Backtest",
      "description": "Run and review backtests",
      "url": "/app/backtesting",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
