{
    "name": "NexWiFi",
    "short_name": "NexWiFi",
    "description": "Plateforme NexWiFi de gestion WiFi, tickets et paiements",
    "theme_color": "#5E6AD2",
    "background_color": "#0A0B0F",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable any"
        }
    ],
    "categories": [
        "business",
        "finance",
        "utilities"
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Tableau de bord"
        }
    ],
    "shortcuts": [
        {
            "name": "Tableau de bord",
            "short_name": "Dashboard",
            "url": "/",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Ventes Directes",
            "short_name": "Ventes",
            "url": "/direct-sales",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Portefeuille",
            "short_name": "Wallet",
            "url": "/wallet",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}
