{
  "name": "Swim Excellence Instructor Portal",
  "short_name": "Swim Excellence",
  "description": "Manage swimming lessons, students, and schedules with the Swim Excellence Instructor Portal.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/cropped-favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-300x300.png",
      "sizes": "300x300",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Schedule",
      "short_name": "Schedule",
      "description": "Jump straight to your upcoming lessons.",
      "url": "/schedule"
    },
    {
      "name": "View Students",
      "short_name": "Students",
      "description": "Review student progress and details.",
      "url": "/students"
    }
  ]
}

