{
  "name": "RHS PRMS - Ramnagar High School",
  "short_name": "RHS PRMS",
  "description": "Professional Routine Management System for Ramnagar High School (H.S.)",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#4c0519",
  "theme_color": "#4c0519",
  "orientation": "any",
  "scope": "./",
  "lang": "en",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open Dashboard",
      "url": "./index.html#dashboard",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark Attendance",
      "url": "./index.html#attendance",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}