{
  "name": "后台管理系统",
  "short_name": "管理系统",
  "description": "后台管理移动端应用",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/uni.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
