{
  "name": "1MBTI - AI 성격 테스트",
  "short_name": "1MBTI",
  "description": "AI 기반 MBTI 성격 테스트와 궁합 분석 서비스",
  "lang": "ko-KR",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#061a2f",
  "theme_color": "#061a2f",
  "categories": [
    "lifestyle",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/wp-content/themes/mbti-theme/assets/icons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wp-content/themes/mbti-theme/assets/icons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wp-content/themes/mbti-theme/assets/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}