{
  "name": "Animal Puzzle Deluxe",
  "short_name": "Animal Puzzle Deluxe",
  "description": "Relax and solve beautiful animal puzzles in four unique styles: Classic Jigsaw, Wave Pieces, Hexa Puzzles, and Irregular Shapes. Connect adjacent pieces, merge groups, and complete stunning wildlife images.",
  "start_url": "index.html",
  "background_color": "white",
  "theme_color": "white",
  "display": "fullscreen",
  "orientation": "landscape",
  "icons": [
    {
      "src": "icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}