{
  "name": "Sailing Instructor Dashboard",
  "short_name": "Sailing",
  "description": "Instructor dashboard: announcements, weather, planning & notifications.",
  "start_url": "/instructors.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Instructors",
      "short_name": "Instructors",
      "url": "/instructors.html",
      "icons": [
        {
          "src": "images/logo.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Start Sailing",
      "short_name": "Start",
      "url": "/start_sailing.html",
      "icons": [
        {
          "src": "images/logo.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "url": "/quiz.html",
      "icons": [
        {
          "src": "images/logo.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}
