{
  "name": "Hetul Mistry Portfolio",
  "short_name": "Hetul Mistry",
  "description": "Full-Stack Developer, AI Engineer & System Architect Portfolio",
  "start_url": "https://hetulmistry.tech/",
  "scope": "/",
  "id": "https://hetulmistry.tech/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#08090c",
  "background_color": "#08090c",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "categories": ["developer tools", "personalization", "utilities"],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/#contact?to=%s"
    }
  ],
  "icons": [
    {
      "src": "/192x192-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/512x512-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/192x192-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/512x512-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View my latest development projects",
      "url": "/#projects",
      "icons": [
        {
          "src": "/icons/projects.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/icons/projects-mono.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "monochrome"
        }
      ]
    },
    {
      "name": "Skills",
      "short_name": "Skills",
      "description": "Explore my skills and tech stack",
      "url": "/#skills",
      "icons": [
        {
          "src": "/icons/skills.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/icons/skills-mono.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "monochrome"
        }
      ]
    },
    {
      "name": "About",
      "short_name": "About",
      "description": "Read about my background and experience",
      "url": "/#about",
      "icons": [
        {
          "src": "/icons/about.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/icons/about-mono.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "monochrome"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with me",
      "url": "/#contact",
      "icons": [
        {
          "src": "/icons/contact.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/icons/contact-mono.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "monochrome"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/1920x1080-screenshot.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Hetul Mistry Portfolio"
    },
    {
      "src": "/430x932-screenshot.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Hetul Mistry Portfolio"
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "prefer_related_applications": false,
  "share_target": {
    "action": "/#contact",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt", ".md"]
      },
      "icons": [
        {
          "src": "/512x512-logo.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Latest Projects",
      "short_name": "Projects",
      "description": "View latest portfolio projects",
      "tag": "portfolio-projects",
      "ms_ac_template": "widgets-template.json",
      "icons": [
        {
          "src": "/192x192-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "/screenshot.png",
          "sizes": "1600x900",
          "type": "image/png",
          "label": "Latest Projects Widget Preview"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/#contact"
  }
}
