{
  "name": "nooooowhere",
  "short_name": "nowhere",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    { "src": "/logo-nooooowhere.png", "sizes": "any", "type": "image/png" }
  ],
  "share_target": {
    "action": "/api/gallery/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "image", "accept": ["image/*"] }]
    }
  }
}
