{
  "name": "BistroCart - Smart Table Ordering",
  "short_name": "BistroCart",
  "description": "Order food and drinks directly from your table",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F59E0B",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["food", "restaurant", "ordering"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Browse our menu",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Billing",
      "short_name": "Billing",
      "description": "Open billing dashboard",
      "url": "/partner/billing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

