{
  "name": "Feuerwehr Kiosk",
  "short_name": "FW Kiosk",
  "description": "Interne Kiosk-App der Feuerwehr zum schnellen Buchen von Getränken und Artikeln.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#F9FAFB",
  "theme_color": "#DC2626",
  "lang": "de-DE",
  "categories": ["utilities"],
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
