{
  "name": "智学平台 - 智能学习助手 Zhixue Learning",
  "short_name": "智学平台",
  "id": "/index.html",
  "description": "面向中小学生的智能学习平台，涵盖同步课程、章节练习、真题模考、AI 智能测评、错题分析和学习报告，帮助学生高效备考、精准提分。",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#1a1f3a",
  "theme_color": "#2d3561",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "productivity", "books"],
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/monochrome-512.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "智学平台桌面版首页"
    },
    {
      "src": "/screenshots/narrow-720x1280.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "智学平台平板/手机版首页"
    }
  ],
  "shortcuts": [
    {
      "name": "AI 智能测评",
      "short_name": "测评",
      "description": "护士资格证智能组卷测评",
      "url": "/index.html?goto=smart-test",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "错题分析",
      "short_name": "错题",
      "description": "AI 错题本",
      "url": "/index.html?goto=wrong-analysis",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "学习报告",
      "short_name": "报告",
      "description": "查看学习数据与建议",
      "url": "/index.html?goto=study-report",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "课程学习",
      "short_name": "课程",
      "description": "护资考试同步课程",
      "url": "/index.html?goto=tutor-courses",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}
