-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Nov Desktop Browser Promo (#39)
- Loading branch information
1 parent
3a613c0
commit 9c23d5b
Showing
2 changed files
with
7 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |