{
    "name": "Wakeel Diary",
    "short_name": "Wakeel Diary",
    "description": "Smart Diary for Lawyers — Track cases, hearings, and deadlines. Works fully offline.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1e293b",
    "theme_color": "#2563EB",
    "orientation": "portrait",
    "lang": "en",
    "categories": [
        "productivity",
        "business"
    ],
    "icons": [
        {
            "src": "/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-192.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Case",
            "short_name": "New Case",
            "description": "Add a new diary case",
            "url": "/?action=new-case"
        }
    ]
}