{
  "name": "我的课表",
  "short_name": "课表",
  "description": "简洁优雅的课程表应用",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F0F7",
  "theme_color": "#FF5E3A",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日课程",
      "short_name": "今日",
      "description": "快速查看今天的课程",
      "url": "./today.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "打开课表",
      "short_name": "课表",
      "description": "查看完整周课表",
      "url": "./index.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
