{
	"name": "Gymmy - Fitness Tracker",
	"short_name": "Gymmy",
	"description": "Track your workouts, monitor progress, and achieve your fitness goals",
	"start_url": "/home",
	"display": "standalone",
	"background_color": "#0a0a0a",
	"theme_color": "#f97316",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any maskable"
		}
	],
	"categories": ["health", "fitness", "lifestyle"],
	"shortcuts": [
		{
			"name": "My Programs",
			"short_name": "Programs",
			"description": "View your workout programs",
			"url": "/workouts/programs",
			"icons": [
				{
					"src": "/favicon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Exercise Library",
			"short_name": "Library",
			"description": "Browse exercises",
			"url": "/workouts/exercises",
			"icons": [
				{
					"src": "/favicon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Workout History",
			"short_name": "History",
			"description": "View your workout history",
			"url": "/history",
			"icons": [
				{
					"src": "/favicon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		}
	]
}
