{
  "name": "스탯지니 - 통계 분석 및 데이터 처리",
  "short_name": "스탯지니",
  "description": "논문·연구용 통계 분석과 데이터 가공 도구. 카이제곱·t검정·ANOVA·상관·신뢰도·소벨 테스트·효과크기 분석과 SPSS 결과를 APA 표로 자동 변환.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFEF7",
  "theme_color": "#FFC107",
  "lang": "ko-KR",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "shortcuts": [
    {
      "name": "카이제곱 검정",
      "short_name": "χ² Test",
      "description": "범주형 데이터의 독립성·적합도 검정",
      "url": "/chi-square-test/chi-square-test.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "차이검정 (t·ANOVA)",
      "short_name": "차이검정",
      "description": "독립표본·대응표본 t검정, 일원분산분석",
      "url": "/difference-test/difference-test.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "상관관계 분석",
      "short_name": "상관분석",
      "description": "Pearson·Spearman 상관계수와 상관행렬",
      "url": "/correlation-analysis/correlation-analysis.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "신뢰도 분석",
      "short_name": "신뢰도",
      "description": "Cronbach's Alpha 자동 계산",
      "url": "/reliability-analysis/reliability-analysis.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
