{
  "name": "致衡 Agent",
  "short_name": "致衡",
  "description": "AI 智能体 + 笔记 + 文件管理 — 致衡 Agent",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#4F46E5",
  "background_color": "#ffffff",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新建笔记",
      "short_name": "笔记",
      "description": "快速新建一篇笔记",
      "url": "/notes",
      "icons": [
        { "src": "/icons/icon.svg", "sizes": "any" }
      ]
    },
    {
      "name": "小跃助手",
      "short_name": "助手",
      "description": "跟小跃 AI 助手对话",
      "url": "/assistant",
      "icons": [
        { "src": "/icons/icon.svg", "sizes": "any" }
      ]
    }
  ]
}
