{
  "name": "Cliplista",
  "short_name": "Cliplista",
  "lang": "ko",
  "description": "\"언젠가\"를 언젠가로 끝내지 마세요. SNS에서 발견한 \"가고 싶은 곳\"을 한 번에 저장하세요. 소중한 사람과 리스트를 공유해 여행 계획을 세우고, 다녀온 장소는 사진과 메모로 추억을 남길 수 있습니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdfcfc",
  "theme_color": "#fdfcfc",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
