{
    "name": "Samsung Stock System",
    "short_name": "Stock System",
    "description": "Enterprise Inventory & Warehouse Racking Management System",
    "start_url": "./index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0b1329",
    "theme_color": "#0f172a",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "./app_icon.php",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./app_icon.php",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./app_icon.php",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Stock Count",
            "short_name": "Stock",
            "url": "./stockcount.php",
            "icons": [
                {
                    "src": "./app_icon.php",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Warehouse Racking",
            "short_name": "Racking",
            "url": "./racking_management.php",
            "icons": [
                {
                    "src": "./app_icon.php",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Pending Tracker",
            "short_name": "Pending",
            "url": "./stock_pending.php",
            "icons": [
                {
                    "src": "./app_icon.php",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}