{
  "name": "AnimaDex: AI Field Guide",
  "short_name": "AnimaDex",
  "description": "Discover, learn, and collect animals with AI-powered identification. Your pocket field guide for wildlife exploration.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2d5a3d",
  "background_color": "#1a2e23",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "games", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Identify Animal",
      "short_name": "Identify",
      "description": "Take a photo to identify an animal",
      "url": "/?action=identify",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your animal collection",
      "url": "/?action=collection",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
