{
  "name": "Coach by mindsync.solutions",
  "short_name": "Coach",
  "description": "K-12 Academic Support Platform — Teacher, Student & Executive portals",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["education"],
  "shortcuts": [
    {
      "name": "Teacher Portal",
      "short_name": "Teacher",
      "url": "/teacher/dashboard",
      "description": "Access the Teacher Portal"
    },
    {
      "name": "Student Portal",
      "short_name": "Student",
      "url": "/student/dashboard",
      "description": "Access the Student Portal"
    },
    {
      "name": "Executive Portal",
      "short_name": "Executive",
      "url": "/executive/dashboard",
      "description": "Access the Executive Portal"
    }
  ]
}
