{
  "name": "GeneTrader",
  "short_name": "GeneTrader",
  "description": "Algorithmic trading mobile console — live Gen12 V009 engine telemetry, candlestick charts, and copier account monitoring.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#181A20",
  "theme_color": "#181A20",
  "categories": ["finance", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wallets",
      "short_name": "Wallets",
      "description": "View copier account balances",
      "url": "/?tab=wallets",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Markets",
      "short_name": "Markets",
      "description": "Live Binance spot markets",
      "url": "/?tab=markets",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
