{
  "name": "星寄极达",
  "short_name": "星寄极达",
  "description": "集订单管理、集运预报、财务对账、数据分析于一体，让跨境物流更简单、更高效。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "shortcuts": [
    {
      "name": "新建订单",
      "short_name": "新建",
      "description": "快速创建新订单",
      "url": "/create"
    },
    {
      "name": "订单查询",
      "short_name": "查询",
      "description": "查询订单状态",
      "url": "/orders"
    },
    {
      "name": "物流追踪",
      "short_name": "追踪",
      "description": "追踪物流轨迹",
      "url": "/tracking"
    }
  ]
}