{
  "id": "/",
  "name": "Krümel • Bestellen",
  "short_name": "Krümel",
  "description": "Menü ansehen, bestellen und den Status deiner Bestellung live verfolgen. Frisch. Schnell. Direkt aufs Handy.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#18181b",
  "theme_color": "#f59e0b",
  "lang": "de",
  "dir": "ltr",
  "orientation": "any",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Menü ansehen",
      "short_name": "Menü",
      "description": "Direkt zum aktuellen Menü",
      "url": "/menu?mode=order",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meine Bestellungen",
      "short_name": "Bestellungen",
      "description": "Status deiner Bestellungen prüfen",
      "url": "/me/orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
  // Optional: Add real screenshots (1280x720 wide + 750x1334 narrow) for a much nicer install dialog in Chrome/Edge
}