{
  "name": "AGIPATH AI Center",
  "short_name": "AGIPATH",
  "description": "AI 资讯、搜索、工具执行、任务与事件管理的个人 AI 中心。",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f5f7ff",
  "theme_color": "#3157d5",
  "categories": ["productivity", "news", "shopping"],
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/agipath-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/agipath-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "打开 AI 对话",
      "short_name": "AI 对话",
      "description": "从首页继续与 AGIPATH AI 对话。",
      "url": "/?source=pwa-shortcut-chat",
      "icons": [{ "src": "/icons/agipath-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "任务与事件",
      "short_name": "中心",
      "description": "查看任务、日程与通知。",
      "url": "/center?source=pwa-shortcut-center",
      "icons": [{ "src": "/icons/agipath-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
