{
    "name": "Cat Age Calculator",
    "short_name": "Cat Age Calc",
    "description": "Convert your cat's age to human years using AAFP veterinary guidelines. See life stages, aging rate, and care tips for every stage.",
    "start_url": "/en/app/cat-age-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#F0FDF4",
    "background_color": "#F0FDF4",
    "scope": "/en/app/cat-age-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/cat-age-calculator/cat-age-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/cat-age-calculator/cat-age-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}