{
  "name": "TestLab - Scientific Psychological Tests",
  "short_name": "TestLab",
  "description": "Professional psychological tests with AI-powered analysis. MBTI, IQ, EQ, Career guidance and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "education", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "MBTI Test",
      "short_name": "MBTI",
      "description": "Take the Myers-Briggs personality test",
      "url": "/en/test/mbti",
      "icons": [
        {
          "src": "/icon-mbti-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "EQ Test",
      "short_name": "EQ",
      "description": "Test your emotional intelligence",
      "url": "/en/test/eq",
      "icons": [
        {
          "src": "/icon-eq-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Career Test",
      "short_name": "Career",
      "description": "Find your ideal career path",
      "url": "/en/test/career",
      "icons": [
        {
          "src": "/icon-career-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
