{
  "name": "播放元件",
  "short_name": "播放元件",
  "description": "导入录音与文字稿，播放时文本自动滚动高亮；时间轴不准可以打点校准，并导出 .lrc 复用。全程离线，不上传任何内容。",
  "lang": "zh-CN",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0E1116",
  "theme_color": "#0E1116",
  "categories": ["education", "productivity", "music"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
