{
    "name": "Aking Services - Multi-Branch Inventory & Sales Management",
    "short_name": "Aking Services",
    "description": "Complete inventory and sales management system for multi-branch businesses with real-time reporting and analytics",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#1a1f2e",
    "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"
        },
        {
            "src": "/aking_logo.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View main dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Sales",
            "short_name": "Sales",
            "description": "Manage sales transactions",
            "url": "/sales",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Inventory",
            "short_name": "Inventory",
            "description": "Check inventory levels",
            "url": "/inventory",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Reports",
            "short_name": "Reports",
            "description": "View business reports",
            "url": "/reports",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}