{
  "name": "xwc StudyFlow",
  "short_name": "StudyFlow",
  "description": "Workflow + Chatflow = StudyFlow。把 AI 答疑、知识图谱、智能题库、错因诊断与教师备课连成一条持续进化的学习流。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2563eb",
  "background_color": "#f8fafc",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI 答疑",
      "short_name": "答疑",
      "url": "/chat",
      "description": "进入 StudyFlow AI 导学"
    },
    {
      "name": "智能题库",
      "short_name": "题库",
      "url": "/question-bank"
    },
    {
      "name": "错因中心",
      "short_name": "错因",
      "url": "/mistakes"
    }
  ]
}
