{
  "name": "고양이 MBTI - Cat MBTI",
  "short_name": "냥BTI",
  "description": "AI가 고양이 사진을 분석하여 MBTI 성격 유형과 품종을 알려주는 웹 애플리케이션",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "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", "entertainment", "pets"],
  "shortcuts": [
    {
      "name": "테스트 시작",
      "short_name": "테스트",
      "description": "고양이 MBTI 테스트 시작",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "모든 조합 보기",
      "short_name": "조합",
      "description": "고양이 품종 × MBTI 조합 탐색",
      "url": "/breed-mbti/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
