{
  "name": "Learnify",
  "short_name": "Learnify",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#f5f6fb",
  "theme_color": "#4b3bd4",
  "description": "Grounded AI study tools for Ethiopian students.",
  "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/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-square.png",
      "sizes": "800x800",
      "type": "image/png"
    },
    {
      "src": "/screenshot-900x1200.webp",
      "sizes": "900x1200",
      "type": "image/webp",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1200x900.webp",
      "sizes": "1200x900",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "categories": ["education", "productivity"],
  "orientation": "portrait"
}
