Skip to content

Commit

Permalink
Enable Google Sign In, Nightly Desktop (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanKaul committed Mar 7, 2023
1 parent f53194a commit 7e8b8fe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]
},
"name": "Enabled",
"probability_weight": 0
"probability_weight": 100
},
{
"feature_association": {
Expand All @@ -59,7 +59,7 @@
]
},
"name": "Disabled",
"probability_weight": 100
"probability_weight": 0
},
{
"name": "Default",
Expand All @@ -68,15 +68,13 @@
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
"NIGHTLY"
],
"min_version": "109.1.49.21",
"min_version": "111.1.51.5",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
"LINUX"
]
},
"name": "BraveGoogleSignInPermissionStudy"
Expand Down

0 comments on commit 7e8b8fe

Please sign in to comment.