{
    "name": "olMetz - Servicios para tu auto",
    "short_name": "olMetz",
    "description": "Historial de servicios, recordatorios de mantenimiento y tienda de llantas",
    "start_url": "/my/car-services",
    "scope": "/my/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#cc0000",
    "lang": "es-MX",
    "icons": [
        {
            "src": "/gr_my/static/src/img/metz_icon_96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/gr_my/static/src/img/metz_icon_144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/gr_my/static/src/img/metz_icon_180.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/gr_my/static/src/img/metz_icon_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/gr_my/static/src/img/metz_icon_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Mis servicios",
            "short_name": "Servicios",
            "url": "/my/car-services",
            "icons": [{ "src": "/gr_my/static/src/img/metz_icon_96.png", "sizes": "96x96" }]
        },
        {
            "name": "Recordatorios",
            "short_name": "Recordatorios",
            "url": "/my/car-services/reminders",
            "icons": [{ "src": "/gr_my/static/src/img/metz_icon_96.png", "sizes": "96x96" }]
        }
    ]
}
