Skip to content

Commit

Permalink
Add iOS new menu study
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Jan 7, 2025
1 parent a57acce commit 3d087f1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions studies/NewiOSMenuUIStudy.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
name: 'NewiOSMenuUIStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'ModernBrowserMenuEnabled',
],
},
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
channel: [
'NIGHTLY',
'BETA',
],
platform: [
'IOS',
],
},
},
]

0 comments on commit 3d087f1

Please sign in to comment.