{
    "name": "Velocity Calculator",
    "short_name": "Velocity Cal",
    "description": "Calculate velocity, distance, or time using the formula v = d/t. Supports multiple units with real-time results and step-by-step solutions.",
    "start_url": "/en/app/velocity-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/velocity-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/velocity-calculator/velocity-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/velocity-calculator/velocity-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}