{
  "name": "SnapChirp",
  "short_name": "SnapChirp",
  "description": "Real-time bird identification with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2557a7",
  "theme_color": "#2557a7",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic", "image/heif", "image/x-canon-cr3", "image/x-adobe-dng", ".jpg", ".jpeg", ".png", ".webp", ".heic", ".heif", ".cr3", ".dng", ".cr2", ".arw", ".nef"]
        }
      ]
    }
  }
}
