{
  "id": "drone-exam-pwa",
  "name": "无人机考试刷题系统",
  "short_name": "无人机刷题",
  "description": "中型多旋翼超视距操控员执照离线刷题、模拟考试、旧规复核与官方复习目录。",
  "lang": "zh-CN",
  "start_url": "./index.html#/home",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f8fc",
  "theme_color": "#0b1f33",
  "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-192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},
    {"src":"icons/icon-512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}
  ],
  "shortcuts": [
    {"name":"章节练习","url":"./index.html#/practice","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]},
    {"name":"模拟考试","url":"./index.html#/mock","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]},
    {"name":"错题与收藏","url":"./index.html#/mistakes","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]}
  ]
}
