diff --git a/seed/seed.json b/seed/seed.json index a5da43ec..4bd02174 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1991,6 +1991,37 @@ ] }, "name": "BraveHttpsByDefaultRolloutStudy" + }, + { + "experiments": [ + { + "name": "Enabled", + "probability_weight": 5, + "feature_association": { + "enable_feature": [ + "BraveVPN", + "BraveVPNLinkSubscriptionAndroidUI" + ] + } + }, + { + "name": "Default", + "probability_weight": 95 + } + ], + "filter": { + "channel": [ + "NIGHTLY", + "BETA", + "RELEASE" + ], + "platform": [ + "WINDOWS", + "MAC", + "ANDROID" + ] + }, + "name": "CrossPlatformVPNStudy" } ], "version": "1"