{
  "name": "Amara Pranav Portfolio",
  "short_name": "AP Portfolio",
  "description": "AI & Embedded Systems Engineer Portfolio showcasing projects, skills, and research",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["portfolio", "developer", "education"],
  "shortcuts": [
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "View Pranav's AI and embedded systems projects",
      "url": "/projects",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with Pranav",
      "url": "/contact",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" }]
    },
    {
      "name": "Chat with Iris",
      "short_name": "Iris Chat",
      "description": "Open AI assistant to explore the portfolio",
      "url": "/",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" }]
    }
  ]
}
