{
  "name": "如博士 AI 智慧学习",
  "short_name": "如博士",
  "description": "K12 教育 AI 辅导平台",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#409EFF",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "如博士问答",
      "url": "/student/ai-tutor",
      "icons": [
        {
          "src": "/icons/shortcut-ai.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "志愿填报",
      "url": "/student/gaokao-advisor",
      "icons": [
        {
          "src": "/icons/shortcut-gaokao.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}