{
  "name": "TraderBots — AI Trading Platform",
  "short_name": "TraderBots",
  "description": "Build, test and deploy AI-powered trading bots for Hyperliquid and Polymarket",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Bots",
      "short_name": "Bots",
      "description": "Manage your trading bots",
      "url": "/bots",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View trading performance",
      "url": "/analytics",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
