{
  "name": "Praboth Charith Portfolio",
  "short_name": "Praboth Portfolio",
  "description": "Full-stack developer and designer specializing in modern web applications, UI/UX design, and custom system development",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/imgs/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/imgs/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "lang": "en",
  "categories": ["productivity", "business", "developer"],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View portfolio projects",
      "url": "/projects",
      "icons": [{ "src": "/imgs/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Admin dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/imgs/favicon.png", "sizes": "96x96" }]
    }
  ]
}
