{
  "name": "bayanX - Decentralized Exchange",
  "short_name": "bayanX",
  "description": "Spot & Perpetual Futures Trading on L2 - CEX speed with DEX safety",
  "start_url": "/trade/BTC-PERP",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#0a0e17",
  "background_color": "#0a0e17",
  "lang": "en",
  "categories": ["finance", "business"],
  "id": "com.bayanx.app",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "/icons/icon-maskable-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Trade BTC-PERP",
      "short_name": "BTC",
      "description": "Jump straight to BTC perpetual futures",
      "url": "/trade/BTC-PERP",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Trade ETH-PERP",
      "short_name": "ETH",
      "description": "Jump straight to ETH perpetual futures",
      "url": "/trade/ETH-PERP",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "Your positions, balances, and P&L",
      "url": "/portfolio",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Backtest",
      "short_name": "Backtest",
      "description": "Test strategies on historical data",
      "url": "/backtest",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
