{
    "name": "Euro King Sports",
    "short_name": "EKS",
    "description": "France's Biggest Cricket Store & Cricket Club — Premium cricket equipment, professional coaching, tournaments.",
    "start_url": "./index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0E2254",
    "theme_color": "#1A3C8F",
    "lang": "en-FR",
    "icons": [
        {
            "src": "images/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["shopping", "sports"],
    "shortcuts": [
        {
            "name": "Shop Products",
            "short_name": "Shop",
            "description": "Browse cricket products",
            "url": "./products.php",
            "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
        },
        {
            "name": "My Account",
            "short_name": "Account",
            "description": "View your orders and profile",
            "url": "./account/dashboard.php",
            "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
        },
        {
            "name": "My Cart",
            "short_name": "Cart",
            "description": "View shopping cart",
            "url": "./cart.php",
            "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
        }
    ]
}
