{
  "name": "原声英语精读",
  "short_name": "英语精读",
  "description": "音视频精听学习工具",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf3dd",
  "theme_color": "#faf3dd",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎧</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["audio/*", "video/*", ".mp3", ".mp4", ".m4a", ".wav", ".ogg", ".aac"]
        }
      ]
    }
  }
}
