{
  "name": "货物条码核对系统",
  "short_name": "条码核对",
  "description": "仓库货物条码扫描核对工具，支持离线使用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#07c160",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity"],
  "lang": "zh-CN"
}