{
    "name": "SoftGuin Hub",
    "short_name": "SoftGuin",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "icons": [
        {
            "src": "favicon_v2.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "favicon_v2.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Nuevo Parte",
            "url": "index.html?action=new_part",
            "icons": [
                {
                    "src": "favicon_v2.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Inventario",
            "url": "index.html?section=inventory",
            "icons": [
                {
                    "src": "favicon_v2.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "orientation": "portrait"
}