{
  "name": "Moamal Alaa Portfolio",
  "short_name": "Moamal Alaa",
  "description": "Install to access my portfolio anytime: fast loading, offline viewing, smooth navigation, and exclusive access to my latest projects and skills.",
  "display": "standalone",
  "background_color": "#012260",
  "theme_color": "#0a192f",
  "orientation": "portrait",
  "start_url": "/",
  "icons": [
    {
      "src": "/PWA/icons/maskable-icon.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/PWA/icons/maskable-icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/PWA/icons/maskable-icon.webp",
      "sizes": "180x180",
      "type": "image/webp"
    }
  ],
  "screenshots": [
    {
      "src": "/PWA/install-app-image.webp",
      "sizes": "1918x1078",
      "type": "image/webp",
      "form_factor": "wide"
    },
    {
      "src": "/PWA/install-app-image-mobile.webp",
      "sizes": "455x751",
      "type": "image/webp",
      "form_factor": "narrow"
    }
  ]
}