{
  "name": "商场考勤管理系统",
  "short_name": "考勤管理",
  "description": "商场商户考勤签到、异常整改、数据分析一体化管理系统",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f3f5",
  "theme_color": "#165DFF",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "签到打卡",
      "short_name": "签到",
      "url": "/?action=checkin"
    },
    {
      "name": "管理后台",
      "short_name": "后台",
      "url": "/admin"
    }
  ]
}
