{
  "name": "LinguaLink - VRChat实时语音翻译工具",
  "short_name": "LinguaLink",
  "description": "专为VRChat用户设计的实时语音翻译工具，通过OSC直接显示翻译结果，打破语言障碍，连接全球用户。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["games", "utilities", "social"],
  "icons": [
    {
      "src": "icon.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "platform": "wide",
      "label": "LinguaLink VRChat翻译工具界面"
    }
  ],
  "shortcuts": [
    {
      "name": "下载LinguaLink",
      "short_name": "下载",
      "description": "下载LinguaLink Client",
      "url": "/#download",
      "icons": [
        {
          "src": "icon.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "功能特性",
      "short_name": "功能",
      "description": "查看LinguaLink功能特性",
      "url": "/#features",
      "icons": [
        {
          "src": "icon.webp",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 