{
    "name": "Projectile Motion Calculator",
    "short_name": "Projectile M",
    "description": "Calculate range, max height, flight time, and impact velocity for projectile motion. Visualize trajectories and compare up to 3 launches.",
    "start_url": "/en/app/projectile-motion-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/projectile-motion-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/projectile-motion-calculator/projectile-motion-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/projectile-motion-calculator/projectile-motion-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}