{
  "id": "/",
  "name": "PalatePass",
  "short_name": "PalatePass",
  "description": "Restaurant operations, ordering, kitchen, and billing in one installable web app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF9F6",
  "theme_color": "#204B57",
  "icons": [
    {
      "src": "/branding/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/branding/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/orders",
      "description": "Open the live orders screen"
    },
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "url": "/kitchen",
      "description": "Open the kitchen display system"
    },
    {
      "name": "Billing",
      "short_name": "Billing",
      "url": "/generate-bill",
      "description": "Open the billing screen"
    }
  ]
}
