{
  "name": "GNS Result Portal",
  "short_name": "GNS Portal",
  "description": "Weekly marks, student reports, terminal results, and staff access.",
  "id": "./index.php",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#f6faf7",
  "theme_color": "#198754",
  "lang": "en",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "./assets/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/app-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Staff Login",
      "short_name": "Login",
      "url": "./login.php",
      "description": "Open the staff login screen."
    },
    {
      "name": "Result Search",
      "short_name": "Search",
      "url": "./result-search.php",
      "description": "Search public student results."
    }
  ]
}
