Skip to content

Commit

Permalink
Disable Nov Desktop Browser Promo (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Dec 5, 2023
1 parent 3a613c0 commit 9c23d5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 73 deletions.
38 changes: 3 additions & 35 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
{
"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"
]
}
}
}
]
"version": 14,
"messages": [],
"rules": []
}
42 changes: 4 additions & 38 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,5 @@
{
"version": 13,
"messages": [
{
"id": "macos_promo_may2023",
"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": "https://duckduckgo.com/browser",
"additionalParameters": { "title": "Get DuckDuckGo Browser for Mac or Windows" }
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
},
"osApi": {
"min": "16.0.0",
"max": "18.0.0"
}
}
}
]
}
"version": 14,
"messages": [],
"rules": []
}

0 comments on commit 9c23d5b

Please sign in to comment.