{
  "name": "排班系统",
  "short_name": "排班",
  "description": "智能排班管理系统",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#7c3aed",
  "theme_color": "#7c3aed",
  "status_bar": "black-translucent",
  "icons": [
    {
      "src": "apple-touch-icon-120.png?v=2",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png?v=2",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
