{
  "name": "职业暴露处置助手",
  "short_name": "暴露处置助手",
  "description": "快速获取乙肝/丙肝/HIV/梅毒职业暴露后处置方案，AI智能咨询",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f7ff",
  "theme_color": "#1e3c72",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "乙肝暴露处置",
      "short_name": "乙肝处置",
      "description": "快速获取乙肝职业暴露处置方案",
      "url": "/?type=hepatitis-b",
      "icons": [{"src": "/icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "HIV暴露处置",
      "short_name": "HIV处置",
      "description": "快速获取HIV职业暴露处置方案",
      "url": "/?type=hiv",
      "icons": [{"src": "/icons/icon-96x96.png", "sizes": "96x96"}]
    }
  ],
  "categories": ["medical", "health"],
  "prefer_related_applications": false
}