{
  "name": "知行录 · 知识库管理系统",
  "short_name": "知行录",
  "description": "多知识库、树形分类、标签与附件管理，支持富文本写作的本地知识库系统",
  "lang": "zh-CN",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F4F6FB",
  "theme_color": "#4F46E5",
  "categories": ["productivity", "books", "utilities"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "统计看板",
      "short_name": "看板",
      "url": "/#/",
      "icons": [{ "src": "/icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "知识库管理",
      "short_name": "知识库",
      "url": "/#/kbs",
      "icons": [{ "src": "/icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "标签管理",
      "short_name": "标签",
      "url": "/#/tags",
      "icons": [{ "src": "/icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "回收站",
      "short_name": "回收站",
      "url": "/#/recycle",
      "icons": [{ "src": "/icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
