{
  "name": "Kids Learning App",
  "short_name": "KidsApp",
  "description": "A fun learning app for kids.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f0f8ff",
  "theme_color": "#4caf50",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}