{
  "name": "信阳学院",
  "short_name": "信阳学院",
  "description": "信阳学院官网",
  "start_url": "/",
  "display": "standalone", // 关键：独立窗口，无浏览器 UI
  "background_color": "#ffffff", // 图标背景色（和你之前一致）
  "theme_color": "#00685a", // 状态栏颜色
  "icons": [
    {
      "src": "static2025/images/ico/xyu-ico-192.png", // 带背景的图标
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "static2025/images/ico/xyu-ico-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
