{
    "name": "Free Fall Calculator",
    "short_name": "Free Fall Ca",
    "description": "Calculate the height, time, and impact velocity of a free-falling object under gravity on any planet.",
    "start_url": "/en/app/free-fall-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/free-fall-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/free-fall-calculator/free-fall-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/free-fall-calculator/free-fall-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}