{
  "name": "Linky",
  "short_name": "Linky",
  "description": "링크 하나로 나만의 디지털 명함",
  "start_url": "/my-qr",
  "display": "standalone",
  "background_color": "#f8f7ff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "내 QR 보여주기",
      "url": "/my-qr",
      "description": "내 명함 QR 코드 바로 표시"
    }
  ]
}
