{
	"name": "GenieOS",
	"short_name": "GenieOS",
	"description": "Your AI-powered A-Level tutoring companion — live masterclasses, recorded courses, community, and progress tracking.",
	"start_url": "/dashboard",
	"scope": "/",
	"display": "standalone",
	"background_color": "#0f172a",
	"theme_color": "#14b3e8",
	"orientation": "portrait-primary",
	"categories": ["education", "productivity"],
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		}
	],
	"shortcuts": [
		{
			"name": "Masterclasses",
			"short_name": "Live",
			"url": "/masterclasses",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Community",
			"short_name": "Community",
			"url": "/community",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Feedforward",
			"short_name": "Feedback",
			"url": "/feedforward",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		}
	]
}
