diff --git a/backend/client_config.py b/backend/client_config.py index bdc2b7e..131dbcd 100644 --- a/backend/client_config.py +++ b/backend/client_config.py @@ -58,6 +58,24 @@ CLIENT_PROFILES = { 'display_name': 'Rank', 'description': 'Rank brand profiles for marketing QC checks' }, + 'google': { + 'name': 'Google', + 'profiles': ['static_general', 'video_general'], + 'display_name': 'Google', + 'description': 'Demo client — scope pending' + }, + 'hp': { + 'name': 'HP', + 'profiles': ['static_general', 'video_general'], + 'display_name': 'HP', + 'description': 'Demo client — scope pending' + }, + 'ferrero': { + 'name': 'Ferrero', + 'profiles': ['static_general', 'video_general'], + 'display_name': 'Ferrero', + 'description': 'Demo client — scope pending' + }, 'general': { 'name': 'General', 'profiles': ['static_general', 'video_general', 'inclusive_accessibility'],