{
  "name": "记账识别 Spike",
  "short_name": "记账Spike",
  "description": "截图→GLM-4V-Flash→解析卡片（Phase 0 识别 spike，不写飞书）",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0e1116",
  "theme_color": "#0e1116",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "./share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [ { "name": "image", "accept": ["image/*"] } ]
    }
  }
}
