{
	"name": "Chad Works",
	"short_name": "Chad Works",
	"description": "Voice-powered work order management",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#0c4a6e",
	"theme_color": "#0ea5e9",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/chad-works-logo.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/chad-works-logo.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"shortcuts": [
		{
			"name": "New Voice Note",
			"short_name": "Voice Note",
			"description": "Start a new voice work order",
			"url": "/?action=record",
			"icons": [
				{
					"src": "/chad-works-logo.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	],
	"categories": ["business", "productivity"]
}
