{
  "name": "Global Trade AI Hub - 环球贸智站",
  "short_name": "环球贸智站",
  "description": "面向外贸用户的AI智能服务平台，集成翻译、单证处理、市场分析等功能",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0046AD",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "AI翻译",
      "short_name": "翻译",
      "description": "快速翻译文本和文档",
      "url": "/translation",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "智能单证",
      "short_name": "单证",
      "description": "生成外贸单证",
      "url": "/documents",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "报价单",
      "short_name": "报价",
      "description": "快速生成报价单",
      "url": "/quotation-generator",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "首页"
    },
    {
      "src": "/screenshots/translation.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "AI翻译中心"
    }
  ]
}
