{
    "name": "FR Collections - Gift Delivery",
    "short_name": "FR Collections",
    "description": "Send beautiful gifts to your loved ones with premium packaging and personalized notes - FR Collections",
    "start_url": "./user/user-index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#0058A3",
    "categories": ["shopping", "lifestyle"],
    "dir": "ltr",
    "lang": "en",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "./images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/icon-192x192.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./images/favicon.png",
            "sizes": "32x32",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop Products",
            "short_name": "Shop",
            "description": "Browse all products",
            "url": "./user/user-shop.php",
            "icons": [{"src": "./images/icon-192x192.png", "sizes": "96x96"}]
        },
        {
            "name": "My Cart",
            "short_name": "Cart",
            "description": "View your shopping cart",
            "url": "./user/user-cart.php",
            "icons": [{"src": "./images/icon-192x192.png", "sizes": "96x96"}]
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "description": "View your orders",
            "url": "./user/user-orders.php",
            "icons": [{"src": "./images/icon-192x192.png", "sizes": "96x96"}]
        }
    ],
    "related_applications": [],
    "handle_links": "preferred"
}
