{
  "id": "com.sanimakeup.app",
  "name": "ALH Scheduling",
  "short_name": "ALH Scheduling",
  "description": "ALH Scheduling giúp ghi chú và quản lý lịch hẹn liền mạch cho cá nhân và doanh nghiệp",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fdfcfb",
  "theme_color": "#fdfcfb",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Thêm Lịch Mới",
      "short_name": "Thêm Lịch",
      "description": "Thêm lịch hẹn mới cho khách hàng",
      "url": "./?action=new",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>➕</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Lịch Biểu Trực Quan",
      "short_name": "Lịch Biểu",
      "description": "Xem lịch hẹn theo dạng lịch biểu",
      "url": "./?view=calendar",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📅</text></svg>", "sizes": "96x96" }]
    }
  ]
}
