{
    "name": "SchoolXpert",
    "short_name": "SchoolXpert",
    "description": "Secure bilingual school operations with resilient offline continuity.",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#0f172a",
    "lang": "en",
    "categories": ["education", "productivity"],
    "icons": [
        {"src":"/icons/schoolxpert-192.png","sizes":"192x192","type":"image/png","purpose":"any"},
        {"src":"/icons/schoolxpert-512.png","sizes":"512x512","type":"image/png","purpose":"any maskable"}
    ],
    "shortcuts": [
        {
            "name": "Offline Workspace",
            "short_name": "Offline",
            "description": "Continue selected school work without internet.",
            "url": "/offline-workspace.html",
            "icons": [{"src":"/icons/schoolxpert-192.png","sizes":"192x192","type":"image/png"}]
        }
    ]
}
