{
  "name": "ORBT Inventory PnL",
  "short_name": "ORBT PnL",
  "description": "Live inventory PnL across executor + OKX (Filler \u00b7 Maker)",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#02061D",
  "theme_color": "#02061D",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Stats",
      "short_name": "Stats",
      "url": "/?tab=stats"
    },
    {
      "name": "Filler",
      "short_name": "Filler",
      "url": "/?tab=map"
    },
    {
      "name": "Maker",
      "short_name": "Maker",
      "url": "/?tab=maker"
    },
    {
      "name": "History",
      "short_name": "History",
      "url": "/?tab=history"
    }
  ]
}