{
  "name": "易格计件",
  "short_name": "易格计件",
  "description": "高效管理计件工资的工具，适用于制造业、加工厂等场景",
  "categories": [ "productivity", "finance", "business" ],
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+yigesoftjj", // 关键：添加 web+ 前缀
      "url": "./process?data=%s", // 关键：添加 %s 占位符，用于接收协议内容
      "name": "易格计件"
    }
  ],
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "shortcuts": [
    {
      "name": "今日计件",
      "short_name": "计件",
      "description": "查看今日计件记录",
      "url": "/piece",
      "icons": [
        {
          "src": "icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "今日工资",
      "short_name": "工资",
      "description": "查看今日工资统计报表",
      "url": "/salary",
      "icons": [
        {
          "src": "icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
