{
  "name": "Alessandro Ferrante",
  "short_name": "AF",
  "description": "Personal portfolio showcasing projects in Software Engineering, Machine Learning, and Web Development.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#e0e0e0",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/images/AF-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/images/AF-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}