{
  "name": "Student Portal - School Management System",
  "short_name": "Student Portal",
  "description": "Comprehensive student self-service portal for academic management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your academic dashboard",
      "url": "/student-profile",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Fee Management",
      "short_name": "Fees",
      "description": "Manage your fee payments",
      "url": "/fee-management",
      "icons": [
        {
          "src": "/icons/shortcut-fees.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Examinations",
      "short_name": "Exams",
      "description": "View exam schedules and results",
      "url": "/examinations",
      "icons": [
        {
          "src": "/icons/shortcut-exams.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://student-portal.school.edu/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+studentportal",
      "url": "/?action=%s"
    }
  ]
}