{
  "name": "Sheikh Arrafi - Elite Developer & Mathematician",
  "short_name": "SK Arrafi",
  "description": "Professional portfolio of Sheikh Arrafi - Software Developer, Mathematician & System Optimizer",
  "start_url": "https://rafi-omega.vercel.app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#030712",
  "theme_color": "#00f0ff",
  "icons": [
    {
      "src": "profile.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "profile.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "profile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "profile.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with AI",
      "short_name": "AI Chat",
      "description": "Chat with Arrafi's AI Assistant",
      "url": "/?focus=ai-chat",
      "icons": [{ "src": "profile.png", "sizes": "192x192" }]
    },
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "View Sheikh Arrafi's Projects",
      "url": "/?focus=projects",
      "icons": [{ "src": "profile.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
