{
  "name": "PropCRM - Quản lý Phân phối BĐS",
  "short_name": "PropCRM",
  "description": "Hệ thống CRM tự host cho doanh nghiệp phân phối bất động sản",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080b14",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "vi",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Xem tổng quan CRM",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "Quản lý khách hàng tiềm năng",
      "url": "/dashboard/leads",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Thông báo",
      "short_name": "Thông báo",
      "description": "Xem thông báo",
      "url": "/dashboard/notifications",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
