{
  "name": "PokerTripex",
  "short_name": "PokerTripex",
  "description": "Buchhaltungs-, Planungs- und Beteiligungssystem für Pokerprofis.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B0C0F",
  "theme_color": "#0B0C0F",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Turnier erfassen",
      "short_name": "Turnier",
      "description": "Neuen Turnier-Entry sofort erfassen",
      "url": "/entry/new",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Cash-Session starten",
      "short_name": "Cash-Session",
      "description": "Neue Cash-Session starten",
      "url": "/session",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
