{
  "name": "英语单词卡片",
  "short_name": "Word Cards",
  "description": "适合手机使用的英语单词卡片学习工具",
  "id": "/study",
  "start_url": "/study/start",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#246bfe",
  "background_color": "#f6f7f9",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/static/icons/word-cards-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/word-cards-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "开始学习",
      "short_name": "学习",
      "url": "/study/start",
      "icons": [
        {
          "src": "/static/icons/word-cards-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
