{
  "name": "学生管理系统",
  "short_name": "学生管理",
  "description": "综合学生信息管理平台 - 成绩分析、宿舍管理、智能选科",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#304156",
  "background_color": "#f0f2f5",
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "成绩查询",
      "short_name": "成绩",
      "url": "/student/score-query",
      "icons": [
        {
          "src": "/icons/shortcut-scores.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "通知中心",
      "short_name": "通知",
      "url": "/student/notifications",
      "icons": [
        {
          "src": "/icons/shortcut-notify.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
