{
  "name": "QuantZ Institutional Terminal",
  "short_name": "QuantZ",
  "description": "AI-powered institutional-grade trading terminal with live market data, 3D visualizations, and agentic analytics.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#06070a",
  "theme_color": "#06070a",
  "categories": [
    "finance",
    "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Screener",
      "url": "/screener",
      "description": "Launch the AI stock screener"
    },
    {
      "name": "Open Terminal",
      "url": "/trading",
      "description": "Launch the live trading terminal"
    }
  ]
}