{
  "name": "Tie",
  "short_name": "Tie",
  "id": "https://tie.renew.ai.kr/",
  "description": "서버에 개인정보를 저장하지 않는 디지털 명함 지갑",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f8f9ff",
  "theme_color": "#041627",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["business", "productivity"],
  "launch_handler": { "client_mode": ["focus-existing", "navigate-existing"] },
  "icons": [
    { "src": "/icons/tie_192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/tie_512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "내 명함", "short_name": "명함", "url": "/home", "icons": [{ "src": "/icons/tie_192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "QR 스캔", "short_name": "스캔", "url": "/scan", "icons": [{ "src": "/icons/tie_192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "명함 공유", "short_name": "공유", "url": "/share", "icons": [{ "src": "/icons/tie_192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "명함 지갑", "short_name": "지갑", "url": "/wallet", "icons": [{ "src": "/icons/tie_192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "screenshots": [
    { "src": "/screenshots/home-narrow.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "내 디지털 명함" },
    { "src": "/screenshots/scan-narrow.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "QR 스캔" },
    { "src": "/screenshots/wallet-narrow.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "명함 지갑" },
    { "src": "/screenshots/home-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Tie 디지털 명함 교환" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/vcard": [".vcf"],
        "text/x-vcard": [".vcf"],
        "application/vnd.tie.card+json": [".tiecard"]
      }
    }
  ],
  "protocol_handlers": [{ "protocol": "web+tie", "url": "/scan?code=%s" }]
}
