{
  "name": "进销存管理系统",
  "short_name": "ERP",
  "description": "进销存管理系统",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "https://img.zkshlm.com/zksh/favicon.ico",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "仪表板",
      "short_name": "仪表板",
      "description": "查看系统概览",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/shortcut-dashboard.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "采购管理",
      "short_name": "采购",
      "description": "管理采购订单",
      "url": "/purchases",
      "icons": [
        {
          "src": "/shortcut-purchases.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "库存管理",
      "short_name": "库存",
      "description": "查看库存状态",
      "url": "/inventory",
      "icons": [
        {
          "src": "/shortcut-inventory.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
