{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "Smile Sync AI - Intelligent Orthodontic Practice Management",
	"short_name": "Smile Sync AI",
	"description": "Transform your orthodontic practice with AI-powered workflow automation, patient intake management, and intelligent analytics.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#3b82f6",
	"orientation": "portrait-primary",
	"scope": "/",
	"icons": [
		{
			"src": "/logos/smilesync_logo.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/logos/webb-logo-simple.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		}
	],
	"categories": ["medical", "health", "productivity"],
	"shortcuts": [
		{
			"name": "Dashboard",
			"short_name": "Dashboard",
			"description": "Access your practice dashboard",
			"url": "/dashboard",
			"icons": [
				{
					"src": "/logos/webb-logo-simple.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
