{
  "name": "GoldBot — XAU/USD AI Trading Terminal",
  "short_name": "GoldBot",
  "description": "Live AI signals on XAU/USD with MT5 auto-trading, backtesting and Telegram alerts.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#F59E0B",
  "categories": ["finance", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Live Terminal", "url": "/dashboard", "description": "Open the live signal terminal" },
    { "name": "Backtest", "url": "/backtest", "description": "Run a historical backtest" },
    { "name": "MT5 Bridge", "url": "/mt5", "description": "Manage your MT5 EA" }
  ]
}
