{
  "name": "航空英语通讯提词器",
  "short_name": "航空提词器",
  "description": "飞行员非正常英语通讯速查工具 - 支持离线使用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#111827",
  "orientation": "any",
  "categories": ["education", "reference", "travel"],
  "lang": "zh-CN",
  "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": "搜索术语",
      "short_name": "搜索",
      "url": "/?mode=dictionary",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "学习模式",
      "short_name": "学习",
      "url": "/?mode=learning",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
