{
  "name": "Syed Ahmed Portfolio",
  "short_name": "SyedAhmed",
  "description": "Premium futuristic portfolio of Syed Ahmed - Full Stack Developer, AI Enthusiast, UI/UX Architect.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050816",
  "theme_color": "#7c3aed",
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": [
    "portfolio",
    "technology",
    "developer",
    "business",
    "design"
  ],

  "screenshots": [
    {
      "src": "/assets/images/og-image.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "Homepage Preview"
    },
    {
      "src": "/assets/images/og-portfolio.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "Portfolio Preview"
    }
  ],

  "shortcuts": [
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View portfolio projects",
      "url": "/portfolio.html",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "Explore services",
      "url": "/services.html",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contact Syed Ahmed",
      "url": "/contact.html",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}