{
  "name": "Ranjit Dey – Full Stack Developer",
  "short_name": "Ranjit Dey",
  "description": "Official portfolio of Ranjit Dey — Full Stack Developer building modern web applications with React, Next.js, and Node.js.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "lang": "en",
  "scope": "/",

  "icons": [
    {
      "src": "/profile.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/profile-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],

  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Explore development projects by Ranjit Dey",
      "url": "/projects"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with Ranjit Dey",
      "url": "/contact"
    }
  ]
}
