geocrop-platform./apps/nextgen/client/public/manifest.webmanifest

25 lines
663 B
JSON

{
"name": "NextGen Learning - School Management System",
"short_name": "NextGen Learning",
"description": "School Management System with Learning Management (LMS) and Student Management (SMS) modules",
"start_url": "/",
"display": "standalone",
"background_color": "#0047AB",
"theme_color": "#0047AB",
"orientation": "portrait-primary",
"icons": [
{
"src": "/nextgen-logo.jpeg",
"sizes": "192x192",
"type": "image/jpeg",
"purpose": "any maskable"
},
{
"src": "/nextgen-logo.jpeg",
"sizes": "512x512",
"type": "image/jpeg",
"purpose": "any maskable"
}
]
}