{
    "name": "PNG → JPG Converter",
    "short_name": "PNG→JPG",
    "description": "Convierte pa face 📸",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FFFDF5",
    "theme_color": "#FF6B00",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%23FF6B00'/><text x='50' y='68' font-size='40' text-anchor='middle' fill='white' font-family='monospace' font-weight='bold'>JPG</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}