{
  "name": "Xinde 集装箱运营系统",
  "short_name": "Xinde Ops",
  "description": "集装箱全生命周期运营管理与资产跟踪系统",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F1F5F9",
  "theme_color": "#1E3A8A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "集装箱清单",
      "short_name": "清单",
      "description": "查看全部集装箱资产",
      "url": "/inventory",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "入场管理",
      "short_name": "入场",
      "description": "Gate In 操作",
      "url": "/gate-in",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "出场管理",
      "short_name": "出场",
      "description": "Gate Out 操作",
      "url": "/gate-out",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    }
  ]
}
