{
	"short_name": "burning-x",
	"name": "burning-x - Running Coach",
	"description": "Your personal running coach with structured training plans.",
	"icons": [
		{
			"src": "favicon.ico",
			"sizes": "64x64 32x32 24x24 16x16",
			"type": "image/x-icon"
		},
		{
			"src": "logo192.png",
			"type": "image/png",
			"sizes": "192x192",
			"purpose": "any maskable"
		},
		{
			"src": "logo512.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "any maskable"
		}
	],
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait",
	"theme_color": "#0a0a0a",
	"background_color": "#ffffff",
	"categories": ["health", "fitness", "sports"],
	"screenshots": [],
	"shortcuts": [
		{
			"name": "Dashboard",
			"short_name": "Dashboard",
			"description": "View your training progress",
			"url": "/",
			"icons": [{ "src": "logo192.png", "sizes": "192x192" }]
		},
		{
			"name": "Training Plans",
			"short_name": "Plans",
			"description": "Browse training plans",
			"url": "/plans",
			"icons": [{ "src": "logo192.png", "sizes": "192x192" }]
		},
		{
			"name": "Schedule",
			"short_name": "Schedule",
			"description": "View your workout schedule",
			"url": "/schedule",
			"icons": [{ "src": "logo192.png", "sizes": "192x192" }]
		}
	]
}
