{
  "name": "Kambuzi - Staff",
  "short_name": "Kambuzi",
  "description": "Operations panel for service, alerts and daily restaurant operations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color": "#f1eadf",
  "theme_color": "#2f6f67",
  "icons": [
    {
      "src": "/drift-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/drift-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Service mode",
      "short_name": "Service",
      "description": "Open the operations panel for service.",
      "url": "/?service=1",
      "icons": [
        {
          "src": "/drift-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Staff panel",
      "short_name": "Staff",
      "description": "Open the staff panel.",
      "url": "/employee",
      "icons": [
        {
          "src": "/drift-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Gift cards",
      "short_name": "Gift cards",
      "description": "Open the gift card scanner.",
      "url": "/gift-card-scanner.html",
      "icons": [
        {
          "src": "/drift-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
