{
    "name": "MIZZAN ERP",
    "short_name": "MIZZAN",
    "description": "Distribution ERP Platform for Morocco",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "lang": "fr",
    "categories": [
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "/logo-avon.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Nouvelle commande",
            "short_name": "Commande",
            "description": "Créer une nouvelle commande",
            "url": "/orders/new",
            "icons": [
                {
                    "src": "/logo-avon.webp",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "GPS Live",
            "short_name": "GPS",
            "description": "Tracker les livreurs en direct",
            "url": "/gps",
            "icons": [
                {
                    "src": "/logo-avon.webp",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false
}