{
    "name": "Wristlet Admin Dashboard",
    "short_name": "Wristlet Admin",
    "description": "Administrative dashboard for the Wristlet ecommerce platform.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2d5be3",
    "icons": [
        {
            "src": "/wristlet-logo.PNG",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/wristlet-logo.PNG",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}