Bug 1886751 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "style": "PERSISTENT",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "button-label": "juno_onboarding_add_search_widget_positive_button",
      "action": "OPEN_SETTINGS_ADDON_MANAGER"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL": "number_of_app_launches >=6",
    "SEARCH_WIDGET_IS_INSTALLED": "is_search_widget_installed"
  },
}
```
Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL": "number_of_app_launches >=6",
    "SEARCH_WIDGET_IS_INSTALLED": "is_search_widget_installed"
  },
}
```
Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL": "number_of_app_launches >=6",
    "SEARCH_WIDGET_IS_INSTALLED": "is_search_widget_installed"
  }
}
```
Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL": "number_of_app_launches >= 6",
    "SEARCH_WIDGET_IS_INSTALLED": "is_search_widget_installed"
  }
}
```
Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL": "number_of_app_launches >= 6",
    "SEARCH_WIDGET_IS_INSTALLED": "search_widget_is_installed"
  }
}
```
Experiment recipe:

```json
{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL_6": "number_of_app_launches >= 6",
    "SEARCH_WIDGET_IS_INSTALLED": "search_widget_is_installed"
  }
}
```

Back to Bug 1886751 Comment 1