{
  "name": "에너지 코드 — 나의 사주 에너지 분석",
  "short_name": "에너지코드",
  "description": "사주명리 기반 오행 에너지 코드 분석 앱. AI사주비서 만들기 도우미.",
  "id": "/?lang=ko",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait",
  "background_color": "#fffbf0",
  "theme_color": "#c9a227",
  "lang": "ko",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "health",
    "education"
  ],
  "shortcuts": [
    {
      "name": "사주원국 뽑기",
      "short_name": "원국뽑기",
      "description": "생년월일 입력하고 바로 사주원국 확인",
      "url": "/?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  }
}