{
  "name": "타로집 (TarotZip) - 프리미엄 타로 & 운세",
  "short_name": "타로집",
  "description": "78장 정통 웨이트 타로와 오늘의 운세, 양자택일 맞춤 솔루션을 제공하는 글로벌 타로 플랫폼",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0906",
  "theme_color": "#120f09",
  "lang": "ko",
  "icons": [
    {
      "src": "./images/cards/19_the_sun.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./images/cards/19_the_sun.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "무료 오늘의 운세",
      "short_name": "오늘운세",
      "description": "78장 정통 덱에서 뽑는 오늘의 운세",
      "url": "/detail.html",
      "icons": [
        {
          "src": "./images/cards/19_the_sun.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "운세픽 (양자택일)",
      "short_name": "운세픽",
      "description": "A vs B 5가지 맞춤 양자택일 리딩",
      "url": "/choice.html",
      "icons": [
        {
          "src": "./images/cards/06_the_lovers.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "타로 커뮤니티",
      "short_name": "커뮤니티",
      "description": "타로 해석과 이야기를 나누는 공간",
      "url": "/community.html",
      "icons": [
        {
          "src": "./images/cards/17_the_star.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "프리미엄 맞춤 리포트",
      "short_name": "프리미엄",
      "description": "심층 타로 분석 프리미엄 리포트",
      "url": "/premium.html",
      "icons": [
        {
          "src": "./images/cards/01_the_magician.jpg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "lifestyle",
    "entertainment",
    "utilities"
  ]
}