{
  "name": "OPA Connect – School ERP",
  "short_name": "OPA Connect",
  "description": "Attendance, student management and notifications for OPA World School",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1f3b",
  "theme_color": "#0b1f3b",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "./assets/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Go directly to today's attendance",
      "url": "./index.html#attendance",
      "icons": [
        {
          "src": "./assets/app-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Student List",
      "short_name": "Students",
      "description": "View all students",
      "url": "./index.html#students",
      "icons": [
        {
          "src": "./assets/app-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
