{
  "name": "TutorPulse Classroom Hub",
  "short_name": "TutorPulse",
  "description": "Smartboard classroom hub with interactive registers, daily logs, educational games, and wellbeing trackers.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#f34b8c",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "assets/icons/tutorpulse-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/tutorpulse-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
