{
  "id": "swf-player",
  "name": "SWF 播放器",
  "short_name": "SWF Player",
  "description": "基于 Ruffle 的本地 SWF 文件播放器，支持离线播放、文件管理、虚拟键盘。",
  "start_url": "/swf/",
  "scope": "/swf/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#6750A4",
  "background_color": "#6750A4",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/swf/",
      "accept": {
        "application/x-shockwave-flash": [".swf"],
        "application/vnd.adobe.flash.movie": [".swf"]
      },
      "icons": [
        {
          "src": "icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}