{
  "name": "Kanishk Sachdev - Blog & Portfolio",
  "short_name": "Kanishk Sachdev",
  "description": "Personal blog and portfolio featuring articles about software engineering, physics simulations, and building things.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#18181b",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "technology"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Blog Posts",
      "short_name": "Blog",
      "description": "Read latest blog articles",
      "url": "/blog",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "16x16"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View portfolio projects",
      "url": "/projects",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "16x16"
        }
      ]
    }
  ]
}
