{
	"name": "myTrainingForecast",
	"short_name": "myTF",
	"description": "Running injury prevention app with science-based training analysis",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#202632",
	"theme_color": "#f4511e",
	"orientation": "portrait-primary",
	"lang": "en",
	"icons": [
		{
			"src": "/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"categories": ["health", "fitness", "sports"],
	"screenshots": [
	{
		"src": "/media/screenshots/home-wide.webp",
		"sizes": "1280x1200",
		"type": "image/webp",
		"form_factor": "wide",
		"label": "Training dashboard showing ACR zones"
	},
	{
		"src": "/media/screenshots/home.webp",
		"sizes": "1000x1776",
		"type": "image/webp",
		"form_factor": "narrow",
		"label": "Training dashboard showing ACR zones"
	},
	{
		"src": "/media/screenshots/plans.webp",
		"sizes": "1000x1228",
		"type": "image/webp",
		"form_factor": "narrow",
		"label": "Training plans with ACR zones"
	},
	{
		"src": "/media/screenshots/stats.webp",
		"sizes": "1000x1776",
		"type": "image/webp",
		"form_factor": "narrow",
		"label": "Training stats including injury risk forecast"
	},
	{
		"src": "/media/screenshots/trends.webp",
		"sizes": "1000x1776",
		"type": "image/webp",
		"form_factor": "narrow",
		"label": "Historical charts of injury risk and training workloads"
	}
	],
	"shortcuts": [
	{
		"name": "Plan Training",
		"short_name": "Planner",
		"description": "Plan your upcoming runs",
		"url": "/plans",
		"icons": [
			{
				"src": "/media/icon_calendar_month.svg", 
				"sizes": "any",
				"type": "image/svg+xml"
			}]
	},
	{
		"name": "View Stats",
		"short_name": "Stats",
		"description": "Check your training stats",
		"url": "/stats",
		"icons": [
			{
				"src": "/media/icon_donut_large.svg", 
				"sizes": "any",
				"type": "image/svg+xml"
			}]
	},
	{
		"name": "View Trends",
		"short_name": "Trend",
		"description": "Check your training history",
		"url": "/trends",
		"icons": [
			{
				"src": "/media/icon_monitoring.svg", 
				"sizes": "any",
				"type": "image/svg+xml"
			}]
	}

	]
}