Skip to content

Commit

Permalink
Reverted time-sensitive experiment as the publishing is broken. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikiki authored Oct 16, 2023
1 parent e6d3f83 commit d164871
Showing 1 changed file with 3 additions and 128 deletions.
131 changes: 3 additions & 128 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,130 +1,5 @@
{
"version": 7,
"messages": [
{
"id": "default_browser_day_0",
"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
]
},
{
"id": "default_browser_day_1",
"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": [
2
]
},
{
"id": "default_browser_day_3",
"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": [
3
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-6"
}
}
},
{
"id": 2,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-5"
}
}
},
{
"id": 3,
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"defaultBrowser": {
"value": false
},
"atb": {
"value": "v399-3"
}
}
}
]
"version": 8,
"messages": [],
"rules": []
}

0 comments on commit d164871

Please sign in to comment.