{
    "name": "Car Depreciation Calculator",
    "short_name": "Car Deprecia",
    "description": "Estimate your vehicle's current value based on purchase price, age, mileage, type, and condition with an interactive depreciation curve.",
    "start_url": "/en/app/car-depreciation-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/car-depreciation-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/car-depreciation-calculator/car-depreciation-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/car-depreciation-calculator/car-depreciation-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}