{
  "name": "盈序达员工点餐",
  "short_name": "盈序达点餐",
  "description": "盈序达餐饮管理系统 - 员工点餐端",
  "start_url": "/#/mobile-pos",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#409eff",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "food", "productivity"],
  "shortcuts": [
    {
      "name": "移动点单",
      "short_name": "点单",
      "description": "快速进入移动点单页面",
      "url": "/#/mobile-pos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "交班结算",
      "short_name": "交班",
      "description": "快速进入交班页面",
      "url": "/#/mobile-shift",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
