{
  "name": "Trading Dashboard",
  "short_name": "Trading",
  "description": "Übersicht über Bots, Portfolio und Positionen",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "lang": "de",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Positionen", "url": "/positions/" },
    { "name": "Bots", "url": "/bots/" }
  ]
}
