{
  "name": "Tái Sanh - Hệ thống quản lý phòng khám",
  "short_name": "Tái Sanh",
  "description": "Hệ thống quản lý bệnh nhân, thuốc và hóa đơn cho phòng khám",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "vi",
  "categories": ["medical", "healthcare", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/medical-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Thêm bệnh nhân mới",
      "short_name": "Bệnh nhân mới",
      "description": "Thêm bệnh nhân mới vào hệ thống",
      "url": "/patients/new"
    },
    {
      "name": "Danh sách thuốc",
      "short_name": "Thuốc",
      "description": "Xem và quản lý danh sách thuốc",
      "url": "/medicines"
    },
    {
      "name": "Tổng quan",
      "short_name": "Dashboard",
      "description": "Xem thống kê tổng quan",
      "url": "/"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
