{
  "name": "中暑与热射病急救快速指南",
  "short_name": "中暑急救",
  "description": "专业中暑与热射病急救指南，包含识别症状、物理降温、急救步骤等科学急救方法。支持离线使用。",
  "start_url": "/hot.html",
  "display": "standalone",
  "background_color": "#fff7ed",
  "theme_color": "#dd6b20",
  "orientation": "portrait",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["health", "emergency", "medical", "safety"],
  "icons": [
    {
      "src": "./assets/icons/heat-guide.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "快速降温",
      "short_name": "降温",
      "description": "查看紧急降温步骤",
      "url": "/hot.html#cooling-steps",
      "icons": [
        {
          "src": "./assets/icons/heat-guide.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "热射病识别",
      "short_name": "识别",
      "description": "查看热射病危险信号",
      "url": "/hot.html#heatstroke-signs",
      "icons": [
        {
          "src": "./assets/icons/heat-guide.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
