{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Polybot Dashboard",
  "short_name": "Polybot",
  "description": "Glance view, live P&L, and halt alerts for the Polymarket trading bot.",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/widget",
  "id": "/widget",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#020617",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Bot 1 (Insider)",
      "short_name": "Bot 1",
      "description": "Jump to the Insider bot dashboard.",
      "url": "/bot/original",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Open Bot 2 (Oracle)",
      "short_name": "Bot 2",
      "description": "Jump to the Oracle bot dashboard.",
      "url": "/bot/oracle",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
