{
  "name": "编程英语单词学习系统",
  "short_name": "麦记单词",
  "description": "像 App 一样使用的英语学习工具，支持分类、课程、学习页、个人中心和后台管理。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8aa8b3",
  "background_color": "#f4f5f7",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/app-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "学习分类",
      "short_name": "分类",
      "url": "/categories"
    },
    {
      "name": "个人中心",
      "short_name": "我的",
      "url": "/profile"
    },
    {
      "name": "声音设置",
      "short_name": "声音",
      "url": "/sound-settings"
    }
  ]
}
