{
	"name": "Aakash Dhakal - Full Stack Developer",
	"short_name": "Aakash Dhakal",
	"description": "Full Stack Developer specializing in web development. Explore my portfolio, projects, and technical blog.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"background_color": "#000000",
	"theme_color": "#000000",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/favicon.ico",
			"sizes": "32x32",
			"type": "image/x-icon"
		},
		{
			"src": "/logo.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/logo.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"screenshots": [
		{
			"src": "/screenshot-1.png",
			"sizes": "540x720",
			"type": "image/png",
			"form_factor": "narrow"
		},
		{
			"src": "/screenshot-2.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide"
		}
	],
	"categories": ["productivity", "business"],
	"shortcuts": [
		{
			"name": "View Blog",
			"short_name": "Blog",
			"description": "Read my technical blog posts",
			"url": "/blogs",
			"icons": [
				{
					"src": "/blog-icon.png",
					"sizes": "96x96"
				}
			]
		},
		{
			"name": "View Projects",
			"short_name": "Projects",
			"description": "See my portfolio of projects",
			"url": "/projects",
			"icons": [
				{
					"src": "/projects-icon.png",
					"sizes": "96x96"
				}
			]
		}
	]
}
