{
    "name": "Inventario TM",
    "short_name": "Inventario TM",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#060606",
    "theme_color": "#ff3333",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "./images/logo-tm.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./images/logo-tm.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}