Skip to content

Commit

Permalink
Enable remote message for android (Nov desktop promo)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Nov 21, 2023
1 parent 89ddfd1 commit e0915cf
Showing 1 changed file with 15 additions and 27 deletions.
42 changes: 15 additions & 27 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"version": 11,
"version": 12,
"messages": [
{
"id": "default_browser",
"id": "macos_promo_oct2023",
"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": ""
"messageType": "promo_single_action",
"titleText": "Did you know our free browser is available on Windows & Mac?",
"descriptionText": "Visit <b>duckduckgo.com/browser</b> on your computer to download.",
"placeholder": "NewForMacAndWindows",
"actionText": "Send Link",
"action": {
"type": "share",
"value": "Visit https://duckduckgo.com/app",
"additionalParameters": {
"title": "Get DuckDuckGo Browser for Mac or Windows"
}
}
},
"matchingRules": [
Expand All @@ -30,20 +28,10 @@
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
"en-US"
]
},
"defaultBrowser": {
"value": false
},
"expVariant": {
"value": "zj",
"fallback": false
}
}
}
]
}
}

0 comments on commit e0915cf

Please sign in to comment.