{
  "name": "Password Maker",
  "short_name": "PWM",
  "icons": [
    {
      "src": "/images/icon-48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/images/icon-480.png",
      "type": "image/png",
      "sizes": "480x480"
    }
  ],
  "start_url": "/",
  "display": "fullscreen",
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}