{
  "name": "Manjit's Portfolio",
  "short_name": "Manjit's Portfolio",
  "description": "Manjit Kumar's personal portfolio showcasing projects, blog, and testimonials.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f97316",
  "theme_color": "#f97316",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "View Projects",
      "short_name": "Projects",
      "url": "/project",
      "icons": [{ "src": "/icons/rocket.svg", "sizes": "96x96" }]
    }, 
     {
      "name": "View My Expertices",
      "short_name": "My Expertices",
      "url": "/skill",
      "icons": [{ "src": "/icons/tool-case.svg", "sizes": "96x96" }]
    },
    {
      "name": "Popular Blogs",
      "short_name": "Blogs",
      "url": "/blog",
      "icons": [{ "src": "/icons/file-text.svg", "sizes": "96x96" }]
    }, {
      "name": "Contact Me",
      "short_name": "Contact",
      "url": "/contact",
      "icons": [{ "src": "/icons/contact.svg", "sizes": "96x96" }]
    }
  ]
}
