{
  "name": "Animal Tap Game",
  "short_name": "Animal Tap",
  "description": "A toddler-friendly animal tapping game",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#fffdf7",
  "theme_color": "#1D9E75",
  "orientation": "portrait-primary",
  "categories": ["games", "education", "kids"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
