{
  "id": "/",
  "name": "Chirp — A Chat for Every Species",
  "short_name": "Chirp",
  "description": "Observe wildlife, validate with AI and the community, join the conversation.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#fafaf8",
  "theme_color": "#2d5a27",
  "orientation": "portrait",
  "categories": ["education", "lifestyle", "social", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home feed with streaks, trending activity, and recent observations"
    },
    {
      "src": "/screenshots/listen-screen.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live listen mode with spectrogram detections"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Now",
      "short_name": "Listen",
      "description": "Start a live birdsong recording session.",
      "url": "/listen?source=shortcut"
    },
    {
      "name": "Daily Challenge",
      "short_name": "Challenge",
      "description": "Open today's species challenge.",
      "url": "/challenge?source=shortcut"
    }
  ]
}
