{
  "name": "Bảng Tính Giá BĐS - CRM",
  "short_name": "CRM BĐS",
  "description": "Hệ thống CRM và bảng tính giá chuyên nghiệp cho ngành bất động sản",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "vi",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Xem tổng quan hệ thống",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Bảng tính giá",
      "short_name": "Tính giá",
      "description": "Tạo bảng tính giá mới",
      "url": "/pricing",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Khách hàng",
      "short_name": "KH",
      "description": "Quản lý khách hàng",
      "url": "/customers",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}