{
  "name": "APEX AI Trading Platform",
  "short_name": "APEX",
  "description": "Institutional-grade AI trading — Forex, Crypto, Metals, Indices",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0e1a",
  "background_color": "#05070a",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Trading",
      "short_name": "Trade",
      "description": "Open the live trading terminal",
      "url": "/trading",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Portfolio",
      "description": "View your portfolio and open positions",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Markets",
      "short_name": "Markets",
      "description": "Explore live market prices",
      "url": "/markets",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
