{
  "name": "Tree of Life Personality Test",
  "short_name": "Sephirot Test",
  "description": "Discover your personality through the ancient wisdom of the Kabbalistic Tree of Life",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["psychology", "education", "lifestyle"],
  "lang": "en",
  "icons": [
    {
      "src": "/images/sephirot-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tree of Life Test Homepage"
    },
    {
      "src": "/screenshots/mobile-questionnaire.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Personality Questionnaire"
    }
  ]
}
