Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Last active February 7, 2024 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punamdahiya/4f4c36c3c6b5935748739d95543ad72c to your computer and use it in GitHub Desktop.
Save punamdahiya/4f4c36c3c6b5935748739d95543ad72c to your computer and use it in GitHub Desktop.
//control
{
"is-control": true,
"enabled": true
}
// Treatment-a, remove sync card
{
"enabled": true,
"cards": {
"default-browser": {
"ordering": 10,
"enabled": true
},
"sync-sign-in": {
"enabled": false,
"ordering": 20
},
"notification-permissions": {
"ordering": 30,
"enabled": true
}
}
}
// Treatment-b, Moving to the end
{
"enabled": true,
"cards": {
"default-browser": {
"ordering": 10,
"enabled": true
},
"notification-permissions": {
"ordering": 20,
"enabled": true
},
"sync-sign-in": {
"enabled": true,
"ordering": 30
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment