{
  "name": "抢救车智能管理平台",
  "short_name": "抢救车管理",
  "description": "针灸推拿科抢救车全生命周期管理：封存启封、出入库、效期预警、质控分析",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f6fa",
  "theme_color": "#5b8def",
  "categories": ["medical", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "效期管理主界面"
    }
  ],
  "shortcuts": [
    {
      "name": "添加物品",
      "short_name": "添加",
      "description": "快速添加新物品",
      "url": "./index.html#add",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "立即盘点",
      "short_name": "盘点",
      "description": "记录一次盘点",
      "url": "./index.html#inventory",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false
}