{
    "name": "ResoSport",
    "short_name": "ResoSport",
    "description": "Premium motorcycle communication gear and accessories.",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#f2f2f7",
    "theme_color": "#f2f2f7",
    "orientation": "portrait",
    "categories": ["shopping", "sports", "lifestyle"],
    "icons": [
        {
            "src": "/resosport_app_icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop Gear",
            "short_name": "Shop",
            "url": "/products?source=pwa-shortcut",
            "icons": [{ "src": "/resosport_app_icon.png", "sizes": "512x512", "type": "image/png" }]
        },
        {
            "name": "Ride Hub",
            "short_name": "Menu",
            "url": "/menu?mobile=1&source=pwa-shortcut",
            "icons": [{ "src": "/resosport_app_icon.png", "sizes": "512x512", "type": "image/png" }]
        }
    ]
}
