{
  "name": "鑫煌智能管理",
  "short_name": "鑫煌MES",
  "description": "鑫煌裤子智造管理系统 — 移动工作台",
  "start_url": "/mobile",
  "scope": "/mobile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#161b22",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/brand-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "扫码报工",
      "short_name": "报工",
      "description": "快速进入扫码报工页面",
      "url": "/mobile/report",
      "icons": [
        {
          "src": "/brand-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "质量检验",
      "short_name": "质检",
      "description": "快速进入质量检验页面",
      "url": "/mobile/quality",
      "icons": [
        {
          "src": "/brand-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}