{
  "name": "词云背单词",
  "short_name": "词云单词",
  "description": "用眼球和表情控制的 3D 词云背单词，支持 SRS 间隔重复记忆",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "开始学习",
      "short_name": "学习",
      "url": "./index.html?action=study"
    },
    {
      "name": "生词本",
      "short_name": "生词本",
      "url": "./index.html?tab=vocab"
    }
  ]
}
