{
  "name": "Learn with Leo",
  "short_name": "Leo",
  "description": "Learn programming with interactive projects and exercises",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "developer"],
  "screenshots": [
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "3456x2234",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Learn with Leo - Desktop"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "782x1694",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Learn with Leo - Mobile"
    }
  ],
  "shortcuts": []
}
