{
    "name": "PixConvert - Lossless Image Format Converter",
    "short_name": "PixConvert",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#0175C2",
    "description": "Convert images between formats without quality loss. Support for PNG, JPEG, WebP, BMP, and TIFF. Free, fast, and works entirely in your browser.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["utilities", "productivity", "photo"],
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "logo.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "PixConvert Logo"
        }
    ]
}
