{
  "name": "SchoolNest Web",
  "short_name": "SchoolNest Web",
  "description": "SchoolNest is a platform for schools to manage their students and staff.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#F0F7FA",
  "theme_color": "#2EC4B6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Admin Dashboard"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Admin Dashboard on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the admin dashboard",
      "url": "/admin/dashboard",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "Manage students",
      "url": "/admin/students",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    }
  ]
}
