{
  "name": "多语言单词本",
  "short_name": "单词本",
  "description": "西班牙语/日语/法语/德语 多语言考级单词本，支持真人发音、听写训练、图片听力、语法学习",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#7c3aed",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "西班牙语 A1",
      "short_name": "西语A1",
      "description": "快速打开西班牙语 A1",
      "url": "./index.html#cat1?lang=es&level=A1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "听写训练",
      "short_name": "听写",
      "description": "打开听写训练模块",
      "url": "./index.html#train",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "快速查词",
      "short_name": "查词",
      "description": "打开快速查词",
      "url": "./index.html#dict",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
