Skip to content

Commit

Permalink
Update android config for default browser experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe committed Oct 12, 2023
1 parent 908df05 commit 9759cd2
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
{
"version": 6,
"messages": [],
"rules": []
}
"version": 8,
"messages": [
{
"id": "default_browser",
"content": {
"messageType": "big_two_action",
"titleText": "Browse privately every time",
"descriptionText": "Block trackers, cookie pop-ups, targeted ads, and more. Make DuckDuckGo your default browser today.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Set As Default",
"primaryAction": {
"type": "defaultBrowser",
"value": ""
},
"secondaryActionText": "No Thanks",
"secondaryAction": {
"type": "dismiss",
"value": ""
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"expVariant": {
"value": "zj",
"fallback": false
}
}
}
]
}

0 comments on commit 9759cd2

Please sign in to comment.