{
  "id": "/customer",
  "name": "Cycle - 高效收银管理平台",
  "short_name": "Cycle",
  "description": "Cycle 顾客端：积分、优惠、预约提醒一站式管理",
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/customer",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#6366F1",
  "background_color": "#ffffff",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/app-icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "消息",
      "short_name": "消息",
      "description": "查看预约提醒与店铺动态",
      "url": "/customer/inbox",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "积分",
      "short_name": "积分",
      "description": "查看可用积分与优惠券",
      "url": "/customer/points",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
