{
  "name": "点点巨力 · 智慧供应链工作台",
  "short_name": "点点巨力",
  "description": "面向配送、开单、库存管理的离线供应链PWA工作台，支持本地数据存储、打印拣货单、送货记录管理",
  "scope": "/",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2D4B8C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "zh-CN"
}