{
	"name": "Dracari - Construction Business Management",
	"short_name": "Dracari",
	"description": "Construction CRM: sales, project management, invoicing and field work.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"background_color": "#21253b",
	"theme_color": "#b38d5a",
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"categories": [
		"business",
		"productivity"
	],
	"shortcuts": [
		{
			"name": "D2D Dashboard",
			"short_name": "D2D",
			"description": "Door-to-door sales tracking",
			"url": "/sales/d2d",
			"icons": [
				{
					"src": "/icon-192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Customers",
			"short_name": "Customers",
			"description": "View customer list",
			"url": "/sales/customers",
			"icons": [
				{
					"src": "/icon-192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Projects",
			"short_name": "Projects",
			"description": "Manage projects",
			"url": "/projects",
			"icons": [
				{
					"src": "/icon-192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
