{
    "name": "Orachi School Management",
    "short_name": "Orachi",
    "description": "Manage schools, students, attendance, staff, fees, and reports seamlessly.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f7f5ef",
    "theme_color": "#173f35",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "View overall school dashboard"
        },
        {
            "name": "Attendance",
            "url": "/attendance/daily",
            "description": "Daily attendance tracking"
        },
        {
            "name": "Fees Collection",
            "url": "/fees/collections",
            "description": "Manage fee collections"
        }
    ]
}
