{
  "name": "VietCRM — Quản Trị Khách Hàng & Doanh Thu AI",
  "short_name": "VietCRM",
  "description": "Nền tảng CRM, Cổng B2B và Nhân sự ESS tự phục vụ chuẩn PWA",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090d16",
  "theme_color": "#0068ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "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"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Cổng Đặt Hàng B2B",
      "short_name": "B2B Order",
      "description": "Cổng đặt hàng sỉ trực tuyến dành cho đại lý",
      "url": "/portal/b2b",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Cổng Nhân Sự ESS",
      "short_name": "Nhân Sự ESS",
      "description": "Tra cứu phiếu lương và duyệt quy trình nội bộ",
      "url": "/portal/ess",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    }
  ]
}