{
  "name": "Jeel Dobariya - Full-Stack Developer Portfolio",
  "short_name": "Jeel Portfolio",
  "description": "Portfolio of Jeel Dobariya, a Full-Stack Developer, Teaching Assistant, and Machine Learning enthusiast crafting digital excellence.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "portfolio",
    "developer",
    "technology"
  ],
  "icons": [
    {
      "src": "/my.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/my.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/presently.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/vite.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "About Me",
      "short_name": "About",
      "description": "Learn about Jeel's background and experience",
      "url": "/#about",
      "icons": [
        {
          "src": "/my.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Technical Skills",
      "short_name": "Skills",
      "description": "View technical skills and expertise in MERN stack and ML",
      "url": "/#skills",
      "icons": [
        {
          "src": "/blogzillas.svg",
          "sizes": "64x64",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Education",
      "short_name": "Education",
      "description": "Academic background and achievements",
      "url": "/#education",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Work Experience",
      "short_name": "Experience",
      "description": "Professional experience as Teaching Assistant",
      "url": "/#experience",
      "icons": [
        {
          "src": "/presently.svg",
          "sizes": "64x64",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Projects Portfolio",
      "short_name": "Projects",
      "description": "Browse Jeel's development projects and applications",
      "url": "/#projects",
      "icons": [
        {
          "src": "/presently.svg",
          "sizes": "64x64",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "GitHub Activity",
      "short_name": "GitHub",
      "description": "View GitHub contributions and open source work",
      "url": "/#github",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Learning Journey",
      "short_name": "Journey",
      "description": "Timeline of learning and development milestones",
      "url": "/#journey",
      "icons": [
        {
          "src": "/blogzillas.svg",
          "sizes": "64x64",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contact & Hire",
      "short_name": "Contact",
      "description": "Get in touch with Jeel for opportunities",
      "url": "/#contact",
      "icons": [
        {
          "src": "/my.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/my.jpeg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Jeel Dobariya Portfolio Homepage - Desktop View"
    },
    {
      "src": "/my.jpeg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Portfolio View with Projects Section"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/#contact?email=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [
          ".txt"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ]
}