{
    "name": "School Management System",
    "short_name": "SchoolMS",
    "description": "Manage students, attendance, results, timetables and more.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f9fafb",
    "theme_color": "#4f46e5",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/icons/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/",
            "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
        }
    ]
}
