{
  "id": "/",
  "name": "Kumail Pirzada",
  "short_name": "Kumail",
  "description": "Founder-minded engineering notes, projects, and builder profile.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "theme_color": "#141412",
  "background_color": "#131312",
  "categories": ["technology", "business", "education"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Builder insights",
      "short_name": "Blog",
      "url": "/blog",
      "description": "Read the latest engineering notes."
    },
    {
      "name": "Builder profile",
      "short_name": "About",
      "url": "/about",
      "description": "View profile, work history, and credentials."
    }
  ]
}