{
    "name": "Pet Weight Tracker",
    "short_name": "Pet Weight T",
    "description": "Track your pet's weight over time with interactive charts, health status indicators, and weight history logs for dogs, cats, and other pets.",
    "start_url": "/en/app/pet-weight-tracker",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#4F46E5",
    "background_color": "#4F46E5",
    "scope": "/en/app/pet-weight-tracker",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/pet-weight-tracker/pet-weight-tracker-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/pet-weight-tracker/pet-weight-tracker-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}