{
	"name": "Edmo - The Best Way to Learn",
	"short_name": "Edmo",
	"description": "Your personal playground for learning. Comprehensive educational platform with interactive content, scheduling, and AI-powered assistance.",
	"start_url": "/auth/login",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#4f46e5",
	"orientation": "portrait-primary",
	"categories": ["education", "productivity"],
	"icons": [
		{
			"src": "/icons/icon-72x72.png",
			"sizes": "72x72",
			"type": "image/png",
			"purpose": "maskable any"
		},
		{
			"src": "/icons/icon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "maskable any"
		},

		{
			"src": "/icons/icon-144x144.png",
			"sizes": "144x144",
			"type": "image/png",
			"purpose": "maskable any"
		},

		{
			"src": "/icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable any"
		},

		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable any"
		}
	],
	"shortcuts": [
		{
			"name": "Motion",
			"short_name": "Motion",
			"description": "Open calendar-based learning scheduler",
			"url": "/motion",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Home",
			"short_name": "Home",
			"description": "Home",
			"url": "/home",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Learning Path",
			"short_name": "Learning",
			"description": "View learning path",
			"url": "/learning-path",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
