Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Last active February 7, 2024 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punamdahiya/0ba1f73a98be64a28c2a4328f865138b to your computer and use it in GitHub Desktop.
Save punamdahiya/0ba1f73a98be64a28c2a4328f865138b to your computer and use it in GitHub Desktop.
{
"messages": {
"Add-ons_reminder_121": {
"experiment": "{experiment}",
"surface": "homescreen",
"style": "CUSTOM_ADDON_DISPLAY",
"trigger": [
"USER_ESTABLISHED_INSTALL"
],
"title": "addon_ga_message_title",
"text": "addon_ga_message_body",
"button-label": "addon_ga_message_button",
"action": "OPEN_SETTINGS_ADDON_MANAGER"
}
},
"triggers": {
"USER_ESTABLISHED_INSTALL": "number_of_app_launches >=6"
},
"styles": {
"CUSTOM_ADDON_DISPLAY": {
"priority": 40,
"max-display-count": 4
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment