{
  "name": "秋招复盘 Agent",
  "short_name": "秋招复盘",
  "description": "把零散的项目经历，攒成面试时能直接说出口的答案",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F8FA",
  "theme_color": "#F7F8FA",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "记一笔",
      "short_name": "记一笔",
      "description": "用人话补充项目信息",
      "url": "./index.html#/capture"
    },
    {
      "name": "面试问题",
      "short_name": "问题",
      "description": "查看待答的面试问题",
      "url": "./index.html#/questions"
    }
  ]
}
