{
  "name": "Magical Learning Portal",
  "short_name": "Learning Portal",
  "description": "Interactive learning platform for children with AI-powered activities",
  "start_url": "/interactive/james",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "categories": ["education", "kids", "learning"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "James's Learning",
      "short_name": "James",
      "description": "Advanced learning for ages 4+",
      "url": "/interactive/james",
      "icons": [{ "src": "icons/james-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Building Corner",
      "short_name": "Building",
      "description": "Design, build, and create",
      "url": "/building",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen showing learning options"
    },
    {
      "src": "screenshots/home-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile home screen"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
