From fdcfa62699d9e39b2cea884a5163cbcae4b35066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:45:31 -0400 Subject: [PATCH] Study BraveAdblockExperimentalListDefaultStudy (#981) * Upsert study BraveAdblockExperimentalListDefaultStudy * Dummy commit --------- Co-authored-by: ShivanKaul Co-authored-by: Shivan Kaul Sahib --- seed/seed.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index 09eb235e..de7bb029 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -2684,6 +2684,37 @@ "ANDROID" ] } + }, + { + "name": "BraveAdblockExperimentalListDefaultStudy", + "experiments": [ + { + "name": "Enabled", + "probability_weight": 100, + "feature_association": { + "enable_feature": [ + "BraveAdblockExperimentalListDefault" + ] + } + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": [ + "BETA", + "NIGHTLY" + ], + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ], + "min_version": "123.1.66.53" + } } ], "version": "1"