{
  "name": "보일러 A/S Manager Black Edition",
  "short_name": "보일러 A/S",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#08080a",
  "theme_color": "#0a0a0c",
  "share_target": {
    "action": "share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "sharedImage",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  }
}