{
  "name": "Haze - Software Developer Portfolio",
  "short_name": "Haze Portfolio",
  "description": "Backend developer specializing in Go & Python. Building scalable systems with passion for quality assurance and system architecture.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#11111b",
  "theme_color": "#cba6f7",
  "orientation": "portrait-primary",
  "categories": ["productivity", "developer", "portfolio"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png", 
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Haze Portfolio Homepage"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Haze Portfolio Mobile View"
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://haze.sh"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}