{
    "name": "MATT",
    "short_name": "MATT",
    "description": "Track your route with ease",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f167aa",
    "orientation": "any",
    "scope": "/",
    "dir": "ltr",
    "lang": "es-ES",
    "icons": [
        {
            "src": "/static/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "splash_pages": [
        {
            "src": "/static/images/icons/splash-640x1136.png",
            "media": "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
        }
    ]
} 