{
  "name": "Lucknow Junction",
  "short_name": "Lucknow",
  "description": "Order authentic Indian food, view past orders and loyalty points at Lucknow Junction.",
  "start_url": "/menu.html?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF7F2",
  "theme_color": "#C25E28",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "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"
    }
  ],
  "categories": ["food", "restaurant", "shopping"],
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Order",
      "description": "Browse the menu and order food",
      "url": "/menu.html?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your past and current orders",
      "url": "/account.html?tab=orders&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Loyalty Points",
      "short_name": "Rewards",
      "description": "Check your loyalty points and rewards",
      "url": "/account.html?tab=loyalty&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Staff Order Kiosk",
      "short_name": "Kiosk",
      "description": "Accept orders and print receipts",
      "url": "/admin/orders-kiosk.html?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
