{
  "name": "Muhammad Imran - Web App Developer",
  "short_name": "MI Portfolio",
  "description": "Muhammad Imran - Professional Web App Developer specializing in React, Next.js, Node.js, and MERN Stack.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#fbe400",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["portfolio", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "description": "Go to homepage"
    },
    {
      "name": "Projects",
      "url": "/projects",
      "description": "View projects"
    },
    {
      "name": "Chat Room",
      "url": "/chat",
      "description": "Open chat room"
    },
    {
      "name": "SmartTalk",
      "url": "/smarttalk",
      "description": "AI assistant"
    },
    {
      "name": "Contact",
      "url": "/contact",
      "description": "Get in touch"
    }
  ]
}
