{
    "name": "Age Difference Calculator",
    "short_name": "Age Difference",
    "description": "Find the exact age gap between two people in years, months, and days.",
    "start_url": "/en/?source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "/android-chrome-192x192.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "/android-chrome-512x512.webp",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ]
}