{
  "name": "쇼츠 메이커",
  "short_name": "쇼츠",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0e0e10",
  "background_color": "#0e0e10",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 192 192%22><rect width=%22192%22 height=%22192%22 fill=%22%23FF3B5C%22 rx=%2236%22/><text x=%2296%22 y=%22132%22 font-size=%22110%22 text-anchor=%22middle%22>📷</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "./?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": ["application/json", "text/plain", "application/octet-stream", "*/*"]
        }
      ]
    }
  }
}
