{
    "name": "School Management System",
    "short_name": "SchoolMS",
    "description": "Comprehensive school management system for modern educational institutions. Streamline operations, enhance communication, and improve student outcomes.",
    "version": "2024.1.0",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#01AEF0",
    "appbar_color": "#01AEF0",
    "scope": "/",
    "lang": "en",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/8tech.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/8tech.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Access System",
            "short_name": "Login",
            "description": "Access your school management dashboard",
            "url": "/access-system",
            "icons": [
                {
                    "src": "/assets/8tech.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Knowledge Base",
            "short_name": "Help",
            "description": "Browse help articles and tutorials", 
            "url": "/knowledge-base",
            "icons": [
                {
                    "src": "/assets/8tech.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "author": "School Management Development Team",
    "permissions": [
        "internet",
        "notifications"
    ],
    "categories": [
        "education",
        "management",
        "productivity",
        "business"
    ]
}