{
  "name": "오늘의 결 · 사주와 별자리",
  "short_name": "오늘의 결",
  "description": "동양의 사주 오행과 서양의 별자리를 교차해 읽는 운세 서비스",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07081f",
  "theme_color": "#17152f",
  "lang": "ko-KR",
  "categories": ["lifestyle", "entertainment"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "무료 운세 보기",
      "short_name": "운세 보기",
      "description": "생년월일을 입력하고 사주와 별자리 통합 운세를 확인합니다.",
      "url": "/?source=pwa-shortcut#top",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "사주·별자리 가이드",
      "short_name": "운세 가이드",
      "description": "오행과 열두 별자리의 성격·연애·직장·재물 풀이를 읽습니다.",
      "url": "/guide?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "자주 묻는 질문",
      "short_name": "이용 안내",
      "description": "계산 기준과 개인정보 저장 여부를 확인합니다.",
      "url": "/faq?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
