{
  "name": "ADHDCheck.app — Free ADHD Screening",
  "short_name": "ADHDCheck",
  "description": "Free validated ADHD screening for adults, teens, and children. WHO-endorsed tools. Instant results. No signup required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07091a",
  "theme_color": "#f8a318",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "education"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ADHDCheck.app — Free ADHD Screening"
    }
  ],
  "shortcuts": [
    {
      "name": "Adult ADHD Test",
      "short_name": "Adult Test",
      "url": "/test/adult",
      "description": "Take the free adult ADHD screening"
    },
    {
      "name": "Child ADHD Test",
      "short_name": "Child Test",
      "url": "/test/child",
      "description": "Take the free child ADHD screening"
    },
    {
      "name": "Teen ADHD Test",
      "short_name": "Teen Test",
      "url": "/test/teen",
      "description": "Take the free teen ADHD screening"
    }
  ]
}
