{
  "name": "Leitergolf Punktezähler",
  "short_name": "Leitergolf",
  "description": "Kostenloser Punktezähler für Leitergolf, Ladder Golf, Ladder Toss & Bola-Spiel. Bis zu 4 Teams, automatischer Bonus, Spielhistorie.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#f7f3e8",
  "background_color": "#f7f3e8",
  "categories": ["games", "sports", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Neues Spiel starten",
      "short_name": "Neues Spiel",
      "description": "Direkt ein neues Leitergolf-Spiel aufsetzen",
      "url": "/setup",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Spielhistorie öffnen",
      "short_name": "Historie",
      "description": "Vergangene Spiele ansehen",
      "url": "/historie",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}