{
  "name": "RestroFi — Restaurant Management",
  "short_name": "RestroFi",
  "description": "Zero-hardware restaurant management. QR ordering, live KDS, GST invoices, and analytics.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E85D2E",
  "orientation": "portrait-primary",
  "categories": ["business", "food", "productivity"],
  "icons": [
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Orders",
      "short_name": "Orders",
      "description": "View and manage live orders",
      "url": "/dashboard/orders",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "KDS",
      "description": "Full-screen kitchen display",
      "url": "/dashboard/kds",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Menu Builder",
      "short_name": "Menu",
      "description": "Edit your menu",
      "url": "/dashboard/menu",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
