{
  "name": "SigexBot",
  "short_name": "SigexBot",
  "description": "Automated crypto trading from Telegram signals — 24/7",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0e11",
  "theme_color": "#2962ff",
  "lang": "en",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Futures Trading",
      "short_name": "Futures",
      "url": "/futures",
      "description": "Open futures trading"
    },
    {
      "name": "My Signals",
      "short_name": "Signals",
      "url": "/telegram",
      "description": "View your trading signals"
    },
    {
      "name": "Markets",
      "short_name": "Markets",
      "url": "/markets/futures",
      "description": "Live market screener"
    }
  ],
  "prefer_related_applications": false
}
