{
    "name": "Kinetic Energy Calculator",
    "short_name": "Kinetic Ener",
    "description": "Calculate kinetic energy, mass, or velocity using KE = ½mv². Supports multiple units with real-time results and energy comparisons.",
    "start_url": "/en/app/kinetic-energy-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/kinetic-energy-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/kinetic-energy-calculator/kinetic-energy-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/kinetic-energy-calculator/kinetic-energy-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}