{
    "name": "Geskit - Business Management System",
    "short_name": "Geskit",
    "description": "Complete business management system with inventory, sales, dispatch, and financial tracking",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#00ADEF",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "medical",
        "business",
        "productivity"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "POS",
            "short_name": "POS",
            "description": "Open Point of Sale",
            "url": "/dashboard/pos",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Inventory",
            "short_name": "Inventory",
            "description": "View Inventory",
            "url": "/dashboard/inventory",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Dispatch",
            "short_name": "Dispatch",
            "description": "Manage Orders",
            "url": "/dashboard/dispatch",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}