{
  "name": "全民考试助手",
  "short_name": "考试助手",
  "description": "专业的在线考试系统平台，提供AI智能阅卷、实时监考、自动阅卷等一站式服务",
  "categories": ["education", "productivity", "business"],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#409EFF",
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "./img/favicon.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./img/etea512.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "开始考试",
      "short_name": "考试",
      "description": "快速进入考试界面",
      "url": "/#/cloudindex",
      "icons": [{ "src": "./img/favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "题库管理",
      "short_name": "题库",
      "description": "管理题库和题目",
      "url": "/#/index",
      "icons": [{ "src": "./img/favicon.ico", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://www.51kaoshi.wang/"
    }
  ],
  "prefer_related_applications": false
}
