Skip to content

Commit

Permalink
Manifest V2 feature => 100% on Beta, 25% on Release (#1098)
Browse files Browse the repository at this point in the history
* Manifest V2 feature => 100% on Beta/Release

main PR: #1097

* Manifest V2 feature: Release to 25%
  • Loading branch information
ShivanKaul authored Jun 27, 2024
1 parent 2f5c8c7 commit 85a3bf1
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,37 @@
],
"filter": {
"channel": [
"NIGHTLY"
"NIGHTLY",
"BETA"
],
"min_version": "125.1.68.25",
"platform": [
"WINDOWS",
"MAC",
"LINUX"
]
}
},
{
"name": "ExtensionsManifestV2StudyRelease",
"experiments": [
{
"name": "Enabled",
"probability_weight": 25,
"feature_association": {
"enable_feature": [
"ExtensionsManifestV2"
]
}
},
{
"name": "Default",
"probability_weight": 75
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "125.1.68.25",
"platform": [
Expand Down

0 comments on commit 85a3bf1

Please sign in to comment.