{
  "name": "LSTN — Hearing Health",
  "short_name": "LSTN",
  "description": "Your hearing health companion. Screen your hearing, measure sound levels, and find experts.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#f8fafb",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["health", "medical", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Hearing Test",
      "url": "/app/hearing-test",
      "description": "Start a hearing screening"
    },
    {
      "name": "Sound Level",
      "url": "/app/sound-level",
      "description": "Measure noise in your environment"
    },
    {
      "name": "Find an Expert",
      "url": "/app/find-expert",
      "description": "Connect with a hearing specialist"
    }
  ]
}
