{
  "name": "HMS Hospitality",
  "short_name": "HMS",
  "description": "Ihr digitaler Hotel- und Gastronomie-Begleiter — QR-Wallet, Kontoübersicht, Checkout & Personal-Tools",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1f3d",
  "theme_color": "#0f1f3d",
  "lang": "de",
  "icons": [
    { "src": "icons/icon-120.png", "sizes": "120x120", "type": "image/png" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Mein QR-Code",
      "short_name": "QR",
      "description": "Zeige deinen QR-Wallet-Code",
      "url": "index.html?view=qr",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "QR Scanner",
      "short_name": "Scanner",
      "description": "Gäste-Token scannen (Personal)",
      "url": "index.html?view=scanner",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "lifestyle"],
  "screenshots": []
}