diff --git a/seed/seed.json b/seed/seed.json index 19bf7626..5faf42be 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1862,6 +1862,28 @@ ] }, "name": "BraveHttpsByDefaultRolloutStudy" + }, + { + "name": "DesktopVPNStudy", + "experiments": [ + { + "name": "Enabled", + "probability_weight": 100, + "feature_association": { + "enable_feature": [ + "BraveVPN" + ] + } + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": ["NIGHTLY", "BETA", "RELEASE"], + "platform": ["WINDOWS", "MAC"] + } } ], "version": "1"