{
  "name": "MlinetlesHyper",
  "short_name": "MlinetlesHyper",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "icons": [
    {
      "src": "genshin144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "genshin256.png",
      "type": "image/png",
      "sizes": "256x256"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/onshare",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "pdf",
          "accept": [".pdf"]
        }
      ]
    }
  }
}
