{
  "name": "Eternity Ocean University",
  "short_name": "Eternity Ocean University",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "icons/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "Explore all available courses.",
      "url": "/courses",
      "icons": [{ "src": "icons/icon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View and manage your profile.",
      "url": "/profile",
      "icons": [{ "src": "icons/icon-32x32.png", "sizes": "32x32" }]
    }
  ]
}
