{
  "name": "公司操作系统",
  "short_name": "公司 OS",
  "description": "餐厅 + 物业 + 财务一体化管理系统",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "扫码",
      "short_name": "扫码",
      "description": "扫条码快速查找食材",
      "url": "/restaurant/scan",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "盘点",
      "short_name": "盘点",
      "url": "/restaurant/stocktake",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "今日任务",
      "short_name": "今日",
      "url": "/restaurant/checklist",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
