{
  "name": "唯卓心理健康服务平台",
  "short_name": "唯卓心理",
  "description": "学生心理健康教育与危机预防平台",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "orientation": "any",
  "lang": "zh-CN",
  "icons": [
    {
      "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"
    }
  ],
  "categories": ["education", "health"],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "唯卓心理健康服务平台"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "唯卓心理健康服务平台"
    }
  ],
  "shortcuts": [
    {
      "name": "开始测评",
      "short_name": "测评",
      "description": "快速开始心理测评",
      "url": "/assessments",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "预约咨询",
      "short_name": "预约",
      "description": "预约心理咨询服务",
      "url": "/booking",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
