{
    "name": "Net Worth Calculator",
    "short_name": "Net Worth Ca",
    "description": "Calculate your net worth by listing all assets and liabilities. Get instant financial health analysis with debt-to-asset ratio and visual breakdown.",
    "start_url": "/en/app/net-worth-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#F0FDF4",
    "background_color": "#F0FDF4",
    "scope": "/en/app/net-worth-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/net-worth-calculator/net-worth-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/net-worth-calculator/net-worth-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}