{
  "name": "EduFlex",
  "short_name": "EduFlex",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#0b0b0c",
  "theme_color": "#0b0b0c",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://via.placeholder.com/192x192/e50914/ffffff?text=EF", 
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512x512/e50914/ffffff?text=EF",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}