{
  "name": "SmartResto POS",
  "short_name": "SmartResto",
  "description": "Hệ thống Quản lý Nhà hàng Thông minh",
  "start_url": "/posapp/index.html",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "food", "productivity"],
  "shortcuts": [
    {
      "name": "Sơ đồ bàn",
      "short_name": "Bàn",
      "description": "Xem sơ đồ và quản lý bàn",
      "url": "/posapp/index.html?view=tables"
    },
    {
      "name": "Khu vực bếp",
      "short_name": "Bếp",
      "description": "Quản lý đơn hàng bếp",
      "url": "/posapp/index.html?view=kitchen"
    }
  ]
}