{
  "name": "Festkasse – Bestellaufnahme",
  "short_name": "Festkasse",
  "description": "Schnelle, vollständig offline nutzbare Bestellaufnahme für Feste.",
  "lang": "de-DE",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f3f5f7",
  "theme_color": "#075e54",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Bestellung",
      "short_name": "Bestellung",
      "url": "/?aktion=neu",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
