{
  "name": "PWA Share Target Demo",
  "short_name": "ShareDemo",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3367d6",
  "icons": [
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/odbierz-dane.html",
    "method": "GET",
    "params": {
      "title": "tytul",
      "text": "opis",
      "url": "link"
    }
  }
}