{
	"name": "EduCore School Management ERP",
	"short_name": "EduCore",
	"description": "EduCore School Management ERP - student, teacher, parent and admin portals in one app.",
	"start_url": "Default.aspx",
	"scope": "./",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#f8fafc",
	"theme_color": "#4f46e5",
	"lang": "en",
	"dir": "ltr",
	"icons": [
		{
			"src": "images/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "images/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "images/icon-maskable-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "images/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Login",
			"short_name": "Login",
			"url": "Login.aspx",
			"description": "Go straight to the login page"
		},
		{
			"name": "Student Portal",
			"short_name": "Student",
			"url": "OnlineExams/Student/StudentLogin.aspx",
			"description": "Open the student portal login"
		},
		{
			"name": "Parent Portal",
			"short_name": "Parent",
			"url": "ParentPortal/ParentLogin.aspx",
			"description": "Open the parent portal login"
		}
	]
}
