{
  "name": "悦有惠酒店管理系统",
  "short_name": "悦有惠酒店",
  "description": "悦有惠酒店客房清洁提成管理系统",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F6FA",
  "theme_color": "#1E3A8A",
  "lang": "zh-CN",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "房态管理",
      "url": "/rooms",
      "description": "查看和管理房间状态"
    },
    {
      "name": "做房记录",
      "url": "/cleaning",
      "description": "登记做房记录"
    }
  ]
}
