{
  "name": "AI Teacher PWA",
  "short_name": "AI Teacher",
  "description": "An expert AI teacher that can explain complex concepts, draw shapes, and create flowcharts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF9F6",
  "theme_color": "#faf9f5",
  "icons": [
    {
      "src": "/logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ]
}
