{
	"name": "DCS — Delivery Confirmation",
	"short_name": "DCS",
	"description": "Proof-of-delivery capture for Roy Gripske & Sons — works offline, syncs when connected.",
	"start_url": "/field",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#091e2e",
	"theme_color": "#091e2e",
	"lang": "en-AU",
	"icons": [
		{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
		{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
		{
			"src": "/icons/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}