{
  "background_color": "green",
  "description": "share urls",
  "display": "standalone",
  "icons": [
    {
      "src": "icon/land-share.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "name": "Copy Sharer",
  "short_name": "LandShare",
  "start_url": "/todo.html",
  "scope": "/",
  "share_target": {
    "action": "/share.html",
    "enctype": "application/x-www-form-urlencoded",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
