{
    "name": "Decibel Calculator",
    "short_name": "Decibel Calc",
    "description": "Convert between decibels and ratios, add multiple sound sources, and calculate distance attenuation with real-time results and hearing safety warnings.",
    "start_url": "/en/app/decibel-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/decibel-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/decibel-calculator/decibel-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/decibel-calculator/decibel-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}