{
  "name": "Vaibhav - Java Full Stack Developer Portfolio",
  "short_name": "Vaibhav Portfolio",
  "description": "Java Full Stack Developer from Mumbai specializing in Spring Boot, Microservices, and modern web technologies",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4e54c8",
  "scope": "/",
  "lang": "en",
  "categories": ["portfolio", "developer", "java", "technology"],
  "icons": [
    {
      "src": "/images/logos/favicon.png",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "About Me",
      "short_name": "About",
      "description": "Learn about Vaibhav's background and experience",
      "url": "/about",
      "icons": [
        {
          "src": "/images/logos/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Technical Skills",
      "short_name": "Skills",
      "description": "View technical skills and expertise",
      "url": "/skills",
      "icons": [
        {
          "src": "/images/logos/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Projects Portfolio",
      "short_name": "Projects",
      "description": "Explore Java projects and applications",
      "url": "/projects",
      "icons": [
        {
          "src": "/images/logos/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch for opportunities",
      "url": "/contact",
      "icons": [
        {
          "src": "/images/logos/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vaibhav's Portfolio Homepage"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Portfolio View"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}