{
    "name": "Pet Monitor",
    "short_name": "PetMonitor",
    "description": "Comprehensive pet care and health tracking application",
    "theme_color": "#4f46e5",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "images/pet-logo.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "images/pet-logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/pet-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}