{
  "name": "Crypto-Bot Dashboard",
  "short_name": "CryptoBot",
  "description": "Live trading bot dashboard — futures + spot positions, diagnostics, AI insights",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Insights",
      "url": "/dashboard?tab=insights",
      "description": "AI trade journal entries"
    },
    {
      "name": "Diagnostics",
      "url": "/dashboard?tab=overview",
      "description": "Live gate diagnostics"
    }
  ]
}
