{
  "id": "/",
  "version": "1.0.0",
  "name": "Piyush Jangid - Software Engineer",
  "short_name": "Piyush Jangid",
  "description": "Piyush Jangid is a Cloud Engineer, Software Engineer as DevOps & Web Developer, and open source enthusiast.",
  "start_url": "/",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "theme_color_dark": "#000000",
  "theme_color_light": "#ffffff",
  "icons_color": "#000000",
  "icons_color_dark": "#ffffff",
  "icons_color_light": "#000000",
  "orientation_lock": "portrait",
  "orientation": "portrait-primary",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui",
    "fullscreen"
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+piyush",
      "url": "/?url=%s"
    }
  ],
  "categories": [
    "web-development",
    "software-engineering",
    "cloud-computing",
    "open-source",
    "portfolio"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "web",
      "url": "https://www.piyushjangid.in"
    }
  ],
  "splash_pages": null,
  "shortcuts": [
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View my portfolio of projects",
      "url": "/projects",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with me",
      "url": "/contact",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "name",
      "text": "description",
      "url": "url"
    }
  }
} 