{
  "name": "Belgian Coffee",
  "short_name": "Belgian Coffee",
  "description": "Kitchen dispatch, kiosk management and P&L for Belgian Coffee.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D6EFD",
  "theme_color": "#0D6EFD",
  "lang": "en",
  "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" }
  ],
  "shortcuts": [
    { "name": "Dispatch",    "url": "/dispatch.php",            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Dashboard",   "url": "/dashboard.php",           "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Production",  "url": "/kitchen_production.php",  "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}