{
  "name": "TeachMeIfUCan",
  "short_name": "TMIUC",
  "description": "Online English learning platform — lessons, scheduling, and student management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/teacher",
      "description": "Teacher dashboard"
    },
    {
      "name": "Library",
      "url": "/library",
      "description": "Lesson library"
    }
  ]
}
