{
    "name": "汽车折旧计算器",
    "short_name": "汽车折旧计算",
    "description": "根据购入价格、车龄、里程、车型和车况估算爱车当前价值，附带可交互的折旧曲线和逐年明细表。",
    "start_url": "/zh-CN/app/qiche-zhejiu-jisuanqi",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/zh-CN/app/qiche-zhejiu-jisuanqi",
    "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"
        }
    ]
}