{
  "id": "bird-snap-pro-v1",
  "name": "Bird Snap PRO",
  "short_name": "BirdSnap",
  "description": "Therapeutic bird photography game for focus and motor skills training.",
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "landscape",
  "categories": ["games", "education", "health"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screen1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bird Snap Gameplay 1"
    },
    {
      "src": "screen2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bird Snap Gameplay 2"
    }
  ]
}