{
  "name": "KitchenTicket",
  "short_name": "KitchenTicket",
  "description": "Bestellmanagement & Küchenmonitor für die Gastronomie",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0fdfa",
  "theme_color": "#0d9488",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["food", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Bestellsystem",
      "short_name": "Bestellen",
      "description": "Bestellungen aufnehmen",
      "url": "/pos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
