{
    "version": 1,
    "lastUpdated": "2025-01-28T00:00:00Z",
    "maintenanceMode": false,
    "profiles": [
        {
            "id": "andy",
            "name": "Andy",
            "avatarEmoji": "🦁",
            "avatarColor": "#FF9500",
            "whitelistPath": "andy.json",
            "age": 5
        },
        {
            "id": "lukas",
            "name": "Lukas",
            "avatarEmoji": "🐻",
            "avatarColor": "#8B4513",
            "whitelistPath": "lukas.json",
            "age": 9
        },
        {
            "id": "taotao",
            "name": "Taotao",
            "avatarEmoji": "🐰",
            "avatarColor": "#FF69B4",
            "whitelistPath": "taotao.json",
            "age": 14
        }
    ]
}
