Skip to content

Commit

Permalink
Enables Speedreader on Android for all users on nightly and beta chan…
Browse files Browse the repository at this point in the history
…nels (#565)
  • Loading branch information
SergeyZhukovsky authored Mar 30, 2023
1 parent 9fc6714 commit 1a40f0b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,34 @@
"channel": ["NIGHTLY", "BETA", "RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"Speedreader"
]
},
"name": "Enabled",
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
],
"min_version": "111.1.50.107",
"platform": [
"ANDROID"
]
},
"name": "SpeedreaderAndroidStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 1a40f0b

Please sign in to comment.