{
  "name": "MonopoLink - Digitales Monopoly Banking",
  "short_name": "MonopoLink",
  "description": "Verwalte dein Monopoly-Spiel digital mit NFC-Karten. Kein Bargeld, keine Fehler, mehr Spielspaß!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "categories": ["games", "finance"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Neues Spiel",
      "short_name": "Neues Spiel",
      "description": "Erstelle ein neues Monopoly-Spiel",
      "url": "/games/new",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
    },
    {
      "name": "NFC-Werkstatt",
      "short_name": "NFC",
      "description": "NFC-Karten beschreiben",
      "url": "/nfc-workshop",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
    }
  ]
}
