{
  "name": "AI Chat",
  "short_name": "AI Chat",
  "description": "AI Chat - 智能对话助手",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#605bec",
  "icons": [
    {
      "src": "deepseek-icon.png",
      "sizes": "716x716",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "lang": "zh-CN",
  "dir": "ltr"
}