{
  "name": "AI人工智能聊天应用",
  "short_name": "AI Chat",
  "description": "模块化AI聊天应用程序",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#6a11cb",
  "theme_color": "#6a11cb",
  "icons": [
    {
      "src": "images/avatars/custom.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/avatars/custom.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}