{
    "name": "ERP POS",
    "short_name": "ERP",
    "description": "Système ERP et Point de Vente",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#FF6B35",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "categories": ["business", "productivity"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Accéder au tableau de bord",
            "url": "/dashboard",
            "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
        }
    ]
}
