{
  "name": "RestuHub Staff",
  "short_name": "RestuHub",
  "id": "/en/staff",
  "description": "Restaurant management system for staff - Waiter, Kitchen, Cashier, Pickup, and Admin roles",
  "start_url": "/en/staff?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8f3b25",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/en/staff/waiter",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "description": "Open the kitchen display",
      "url": "/en/staff/kitchen",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
