{
  "name": "PwezaCore School Management System",
  "short_name": "PwezaCore",
  "description": "Modern AI-powered school management platform for teachers, students, and administrators",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f0f16",
  "theme_color": "#0f0f16",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Teacher Dashboard",
      "short_name": "Dashboard",
      "description": "Access teacher dashboard",
      "url": "/dashboard/teacher",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Take Attendance",
      "short_name": "Attendance",
      "description": "Record student attendance",
      "url": "/dashboard/teacher/attendance",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Lesson Planner",
      "short_name": "AI Planner",
      "description": "Generate lesson plans with AI",
      "url": "/dashboard/teacher/ai-planner",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "prefer_related_applications": false
}

