{
  "name": "PRTD — Personal × Trend",
  "short_name": "PRTD",
  "description": "한국 패션의 매거진 + AI 가상 피팅. 사진 한 장으로 옷장이 매거진이 됩니다.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAFA",
  "theme_color": "#0A0A0A",
  "lang": "ko-KR",
  "categories": ["lifestyle", "shopping"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
