{
  "name": "Toddler Learning App",
  "short_name": "Learn ABC",
  "description": "An interactive, gamified learning app for toddlers featuring alphabet tracing, numbers, and free drawing.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#bae6fd",
  "theme_color": "#bae6fd",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
