{
  "id": "unitute-pwa",
  "name": "Unitute",
  "short_name": "Unitute",
  "description": "Institute Management System for students, teachers, and managers.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "education",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/images/logo/unitute-icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/images/logo/unitute-icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "assets/images/logo/unitute-icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "assets/images/logo/unitute-icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/images/logo/unitute-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/logo/unitute-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/logo/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshot/dashboard-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Unitute dashboard on desktop"
    },
    {
      "src": "assets/images/screenshot/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Unitute dashboard on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Student Dashboard",
      "short_name": "Student",
      "description": "Open the student dashboard",
      "url": "student-dashboard.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/logo/unitute-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Teacher Dashboard",
      "short_name": "Teacher",
      "description": "Open the teacher dashboard",
      "url": "teacher-dashboard.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/logo/unitute-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Manager Dashboard",
      "short_name": "Manager",
      "description": "Open the manager dashboard",
      "url": "branch-manager-dashboard.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/logo/unitute-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}