{
  "name": "JongChongDee POS System",
  "short_name": "JCD POS",
  "start_url": "/staff/dashboard",
  "display": "standalone",
  "background_color": "#F9F6F0",
  "theme_color": "#2E7D32",
  "orientation": "landscape",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "🛍️ Open POS Desk",
      "short_name": "POS",
      "description": "Open Walk-In POS screen directly",
      "url": "/staff/pos/walk-in",
      "icons": [{ "src": "favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "📜 Order History",
      "short_name": "History",
      "description": "View previous master transaction list",
      "url": "/staff/history",
      "icons": [{ "src": "favicon.png", "sizes": "512x512" }]
    }
  ]
}