{
  "name": "AI Photo Counter - 智能图像计数工具",
  "short_name": "AI Counter",
  "description": "AI智能图像计数工具，支持多种物品的精确识别和计数",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#0066FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/logo_en.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/logo_en.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "纸箱计数",
      "short_name": "数纸箱",
      "description": "快速进入纸箱计数功能",
      "url": "/?scene=box",
      "icons": [{ "src": "/icons/logo_en.png", "sizes": "96x96" }]
    },
    {
      "name": "人数统计",
      "short_name": "数人数",
      "description": "快速进入人数统计功能",
      "url": "/?scene=rentou",
      "icons": [{ "src": "/icons/logo_en.png", "sizes": "96x96" }]
    },
    {
      "name": "钢管计数",
      "short_name": "数钢管",
      "description": "快速进入钢管计数功能",
      "url": "/?scene=pipe_app",
      "icons": [{ "src": "/icons/logo_en.png", "sizes": "96x96" }]
    }
  ]
}