{
  "name": "사주살롱 - 운세 & 관상",
  "short_name": "사주살롱",
  "description": "사주, 관상, 타로, 꿈해몽, 궁합 등 AI 기반 종합 운세 서비스",
  "start_url": "/pwa-splash.html",
  "display": "standalone",
  "background_color": "#0F0F1E",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/badge-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "사주살롱 메인 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘의 운세",
      "short_name": "오늘운세",
      "description": "오늘의 운세 확인하기",
      "url": "/todaylucky-v2.html",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "타로 카드",
      "short_name": "타로",
      "description": "타로 카드로 운세 보기",
      "url": "/tarot-v2.html",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "사주팔자",
      "short_name": "사주",
      "description": "사주팔자 분석",
      "url": "/saju-v2.html",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}