{
    "name": "EduNorm — School Management System",
    "short_name": "EduNorm",
    "description": "Complete school data management: students, staff, salary, ID cards, certificates and cloud sync.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0f1a",
    "theme_color": "#6366f1",
    "orientation": "any",
    "lang": "gu",
    "icons": [
        {
            "src": "/edunorm-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/edunorm-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "education",
        "productivity",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Add Student",
            "short_name": "Add",
            "description": "Add a new student record",
            "url": "/?action=add-student",
            "icons": [
                {
                    "src": "/edunorm-logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "General Register",
            "short_name": "Register",
            "description": "View student general register",
            "url": "/?action=general-register",
            "icons": [
                {
                    "src": "/edunorm-logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}