{
  "name": "信投", // 应用全称（启动时显示）
  "short_name": "信投", // 主屏幕上的短名称
  "description": "信投", // 应用描述
  "start_url": "/", // 启动时打开的页面（根路径）
  "display": "standalone", // 显示模式：standalone（独立窗口，类似原生APP）
  "background_color": "#ffffff", // 启动页背景色
  "theme_color": "#007aff", // 主题色（iOS状态栏颜色）
  "icons": [ // 应用图标（不同尺寸适配不同设备）
    {
      "src": "icon/photo_2025-12-12_22-56-46.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon/photo_2025-12-12_22-56-46.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}