📄 static/manifest.json
{
  "name": "BirdGO",
  "short_name": "BirdGO",
  "description": "Identify birds by sound, collect them all.",
  "theme_color": "#3a1810",
  "background_color": "#fff4d6",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}