{
  "name": "Mandi Palace Restaurant",
  "short_name": "Mandi Palace",
  "description": "Authentic Middle Eastern Cuisine - Order online for delivery",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "scope": "/",
  "categories": ["food", "restaurants"],
  "shortcuts": [
    {
      "name": "Owner Dashboard",
      "short_name": "Dashboard",
      "description": "Manage orders and menu",
      "url": "/owner/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Place Order",
      "short_name": "Order",
      "description": "Order food for delivery",
      "url": "/menu",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
