{
  "name": "翰林教育",
  "short_name": "翰林教育",
  "description": "翰林教育智能学习平台，陪伴成长，共创未来",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "翰林教育学习平台"
    }
  ],
  "shortcuts": [
    {
      "name": "数学学习",
      "short_name": "数学",
      "description": "进入数学学习模块",
      "url": "/student/math",
      "icons": [{ "src": "/icons/icon-144x144.png", "sizes": "144x144" }]
    },
    {
      "name": "英语学习",
      "short_name": "英语",
      "description": "进入英语学习模块",
      "url": "/student/english",
      "icons": [{ "src": "/icons/icon-144x144.png", "sizes": "144x144" }]
    },
    {
      "name": "我的作业",
      "short_name": "作业",
      "description": "查看老师布置的作业",
      "url": "/student/assignments",
      "icons": [{ "src": "/icons/icon-144x144.png", "sizes": "144x144" }]
    },
    {
      "name": "错题本",
      "short_name": "错题",
      "description": "查看错题本",
      "url": "/student/wrong-questions",
      "icons": [{ "src": "/icons/icon-144x144.png", "sizes": "144x144" }]
    }
  ],
  "related_applications": [],
  "protocols": ["web+hanlin"]
}
