{
    "name": "Color Contrast Generator",
    "short_name": "Contrast Gen",
    "icons": [
        { "src": "/favicon-16x16.webp", "sizes": "16x16", "type": "image/webp" },
        { "src": "/favicon-32x32.webp", "sizes": "32x32", "type": "image/webp" },
        { "src": "/apple-touch-icon.webp", "sizes": "180x180", "type": "image/webp" },
        { "src": "/android-chrome-192x192.webp", "sizes": "192x192", "type": "image/webp" }
    ],
    "theme_color": "#631DD1",
    "background_color": "#f9f9f9",
    "display": "standalone",
    "start_url": "/",
    "scope": "/"
}