{
  "name": "SARVIS ALGO",
  "short_name": "SARVIS",
  "description": "SARVIS ALGO - Quantitative Indian Index Trading Command Center",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e17",
  "theme_color": "#0a0e17",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Command Center"
    },
    {
      "name": "Live Trade",
      "url": "/trading",
      "description": "Live trading positions"
    },
    {
      "name": "Cascade",
      "url": "/cascade",
      "description": "Cascade engine"
    },
    {
      "name": "Manual Trade",
      "url": "/manual_trade",
      "description": "Manual trade discipline"
    }
  ]
}
