{
  "name": "OnKneeU",
  "short_name": "OnKneeU",
  "description": "TKA 수술 계획 — 다이콤·STL·랜드마크·임플란트 계획을 한 프로젝트 파일(.oku)로",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b1219",
  "theme_color": "#131c26",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "OnKneeU 프로젝트",
      "accept": {
        "application/octet-stream": [
          ".oku"
        ]
      },
      "icons": [
        {
          "src": "/icon-512.png?v=2",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
