{
  "name": "BeanRow — Order Food at Your Table",
  "short_name": "BeanRow",
  "description": "Scan the QR code at your table, browse the menu, and order food instantly — no app download required.",
  "start_url": "/scan",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/Vector1.png",
      "sizes": "any",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan a restaurant QR code to start ordering",
      "url": "/scan",
      "icons": [{ "src": "/images/Vector1.png", "sizes": "any" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your current and past orders",
      "url": "/orders",
      "icons": [{ "src": "/images/Vector1.png", "sizes": "any" }]
    }
  ]
}
