{
  "name": "CourZelo - Learning Management System",
  "short_name": "CourZelo LMS",
  "description": "A comprehensive Learning Management System for educational institutions, students, and teachers with features for project management, admissions, forums, and more.",
  "version": "1.0.0",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity", "business", "courzelo", "superadmin", "lms"],
  "icons": [
    {
      "src": "assets/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/logo-white.webp",
      "sizes": "16x16 32x32 48x48",
      "type": "image/webp"
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshots/dashboard.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "assets/images/screenshots/mobile-dashboard.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access the main dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "assets/images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View calendar and events",
      "url": "/calendar",
      "icons": [
        {
          "src": "assets/images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Manage projects and assignments",
      "url": "/getallprojects",
      "icons": [
        {
          "src": "assets/images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Forum",
      "short_name": "Forum",
      "description": "Access discussion forums",
      "url": "/forum",
      "icons": [
        {
          "src": "assets/images/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".svg"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+courzelo",
      "url": "/?action=%s"
    }
  ]
}
