{
    "name": "Friction Calculator",
    "short_name": "Friction Cal",
    "description": "Calculate friction force, coefficient of friction, or normal force using the formula Ff = μ × N. Supports static and kinetic friction with real-time results.",
    "start_url": "/en/app/friction-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/friction-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/friction-calculator/friction-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/friction-calculator/friction-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}