{
  "name": "AI Chatbot",
  "short_name": "AI Chat",
  "description": "支持多模型的 AI 对话助手",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f5f6f8",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2220%22 fill=%22%232563eb%22/><text x=%2250%22 y=%2268%22 text-anchor=%22middle%22 font-size=%2250%22 font-weight=%22bold%22 fill=%22white%22 font-family=%22system-ui%22>AI</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}