{
  "name": "KidsCatchUp Interactive",
  "short_name": "KidsCatchUp",
  "description": "Interactive reading system for children to learn phonics and reading skills",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E8F5E9",
  "theme_color": "#4CAF50",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "kids", "reading"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Read Stories",
      "short_name": "Stories",
      "description": "Start reading interactive stories",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}