{
	"name": "Lernt",
	"short_name": "Lernt",
	"description": "AI-powered adaptive learning — personalized courses, lessons, and exercises generated just for you.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "any",
	"theme_color": "#6366f1",
	"background_color": "#0f0f0f",
	"categories": ["education", "productivity"],
	"lang": "en",
	"icons": [
		{
			"src": "/favicon-16x16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "/favicon-32x32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Generate Content",
			"short_name": "Generate",
			"description": "Create new AI-generated learning content",
			"url": "/generate",
			"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Explore Library",
			"short_name": "Explore",
			"description": "Browse your learning library",
			"url": "/explore",
			"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
		}
	]
}
