{
  "name": "ApexFlow · God Mode",
  "short_name": "ApexFlow",
  "description": "Institutional-grade multi-venue trading platform. Strategy catalog, performance attribution, real-time risk envelopes, and unified execution fabric.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#f59e0b",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trading dashboard",
      "url": "/",
      "description": "Live order book + AI signals + trade ticket"
    },
    {
      "name": "Banking",
      "url": "/banking",
      "description": "Deposit / withdraw via Stripe rails"
    },
    {
      "name": "Strategies",
      "url": "/strategies",
      "description": "Strategy catalog + ranks + backtests"
    }
  ]
}
