{
  "name": "Personality Test - MBTI, TETO-EGEN, MITS",
  "short_name": "Personality Test",
  "description": "Comprehensive personality assessment platform with MBTI, TETO-EGEN, and MITS tests in 6 languages",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko-KR",
  "categories": [
    "education",
    "lifestyle",
    "health"
  ],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "MBTI Test",
      "short_name": "MBTI",
      "description": "Start MBTI personality test",
      "url": "/test/mbti",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "description": "View my test results",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}