{
  "name": "Pfirsich App",
  "short_name": "Pfirsich",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "icons" : [
	{ "src" : "/icon.svg", "type" : "image/svg+xml", "sizes" : "any"}
	],
  "theme_color": "#ff9900",
   "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",

    "params": {
      "title": "title",
      "text": "text",
      "url": "url",

      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "text/*",
            "application/pdf"
          ]
        }
      ]
    }
  }

}
