{
  "name": "Arab Ali Hotel",
  "short_name": "Arab Ali",
  "description": "Scan, browse, order. In-room dining at Arab Ali Hotel.",
  "start_url": "/menu/search",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fffaf5",
  "theme_color": "#f97316",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin Sign In",
      "short_name": "Admin",
      "description": "Open the admin panel",
      "url": "/admin",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "Open live kitchen orders",
      "url": "/kitchen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Cashier",
      "short_name": "Cashier",
      "description": "Open cashier order verification",
      "url": "/cashier",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["food", "lifestyle", "travel"]
}
