{
  "name": "Zencore Serves",
  "short_name": "Serves",
  "description": "Restaurant Management System — POS, KDS, and operations for your outlet",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Floor",
      "short_name": "POS",
      "description": "Open the point-of-sale floor view",
      "url": "/pos/floor",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "KDS",
      "description": "Open the kitchen display system",
      "url": "/kds",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cash Register",
      "short_name": "Register",
      "description": "Open shift and cash register management",
      "url": "/pos/shifts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
