{
  "name": "FFH OrderManager",
  "short_name": "FFH Orders",
  "description": "Bestell- und Kassensystem für Feuerwehr-Feste",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f6f8",
  "theme_color": "#7f1d1d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "food", "productivity"],
  "shortcuts": [
    {
      "name": "Neue Bestellung",
      "url": "/?action=order"
    },
    {
      "name": "Statistik",
      "url": "/?action=stats"
    }
  ]
}
