{
    "name": "Land Loan Calculator",
    "short_name": "Land Loan Ca",
    "description": "Calculate monthly payments, total interest, and amortization schedules for land loans with rates and terms specific to raw, unimproved, and improved land.",
    "start_url": "/en/app/land-loan-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#ECFDF5",
    "background_color": "#ECFDF5",
    "scope": "/en/app/land-loan-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/land-loan-calculator/land-loan-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/land-loan-calculator/land-loan-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}