diff --git a/studies/NewiOSMenuUIStudy.json5 b/studies/NewiOSMenuUIStudy.json5 index 128968f9..226e6ceb 100644 --- a/studies/NewiOSMenuUIStudy.json5 +++ b/studies/NewiOSMenuUIStudy.json5 @@ -26,4 +26,30 @@ ], }, }, + { + name: 'NewiOSMenuUIStudy', + experiment: [ + { + name: 'Enabled', + probability_weight: 15, + feature_association: { + enable_feature: [ + 'ModernBrowserMenuEnabled', + ], + }, + }, + { + name: 'Default', + probability_weight: 85, + }, + ], + filter: { + channel: [ + 'RELEASE', + ], + platform: [ + 'IOS', + ], + }, + }, ]