{
	"name": "Solancn UI - Modern React Component Library",
	"short_name": "Solancn UI",
	"description": "Modern React component library with 50+ animated components built with Tailwind CSS and Framer Motion",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#f43f5e",
	"orientation": "portrait-primary",
	"categories": ["developer", "productivity", "utilities"],
	"lang": "en-US",
	"dir": "ltr",
	"icons": [
		{
			"src": "/logo.png",
			"sizes": "any",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		}
	],
	"screenshots": [
		{
			"src": "/screenshot-desktop.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Solancn UI Component Library Desktop View"
		},
		{
			"src": "/screenshot-mobile.png",
			"sizes": "375x667",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "Solancn UI Component Library Mobile View"
		}
	],
	"shortcuts": [
		{
			"name": "Documentation",
			"short_name": "Docs",
			"description": "Browse component documentation",
			"url": "/docs",
			"icons": [
				{
					"src": "/icon-docs.png",
					"sizes": "96x96",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Components",
			"short_name": "Components",
			"description": "View all components",
			"url": "/components/button",
			"icons": [
				{
					"src": "/icon-components.png",
					"sizes": "96x96",
					"type": "image/png"
				}
			]
		}
	]
}
