{
  "name": "CPA 2027 三科备考系统",
  "short_name": "CPA备考",
  "description": "注册会计师（会计 / 审计 / 经济法）备考系统：340 天计划 · 1214 条知识点精讲 · 3132 题题库 · 间隔重复复习",
  "lang": "zh-CN",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#eef4fb",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "今日任务",
      "short_name": "任务",
      "url": "./index.html?tab=plan"
    },
    {
      "name": "刷题",
      "short_name": "刷题",
      "url": "./index.html?tab=quiz"
    },
    {
      "name": "错题集",
      "short_name": "错题",
      "url": "./index.html?tab=me"
    }
  ],
  "id": "/cpa_app.html",
  "prefer_related_applications": false
}