{
	"name": "OMS 2025 - Order Management System",
	"short_name": "OMS 2025",
	"description": "Operational cockpit for orders, inventory, purchases, and reports.",
	"start_url": "/app",
	"scope": "/",
	"display": "standalone",
	"background_color": "#F3F4F6",
	"theme_color": "#2563EB",
	"categories": ["business", "productivity"],
	"icons": [
		{
			"src": "/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/pwa-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/pwa-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Orders",
			"short_name": "Orders",
			"url": "/app/orders-new"
		},
		{
			"name": "Products",
			"short_name": "Products",
			"url": "/app/products"
		}
	]
}
