Skip to content

Commit

Permalink
Enable remote message for android (Nov desktop promo) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Nov 28, 2023
1 parent 3e2fe4b commit 0439284
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
{
"version": 12,
"messages": [],
"rules": []
"version": 13,
"messages": [
{
"id": "macos_promo_oct2023",
"content": {
"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": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
}
}
}
]
}

0 comments on commit 0439284

Please sign in to comment.