{
  "id": "tw.idv.hoyo.game",
  "name": "Hoyo 相簿平台",
  "short_name": "Hoyo 相簿平台",
  "start_url": "/",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "white",
  "display": "fullscreen",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/img/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared_files",
          "accept": [
            "*/*"
          ]
        }
      ]
    }
  }
}
