Last active
August 18, 2025 04:36
-
-
Save maxxcrawford/3777efc27e5ac70649d3bee5a1ef87d1 to your computer and use it in GitHub Desktop.
OMC NT Activation Tour Message
This file contains hidden or 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
| { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR", | |
| "groups": [ | |
| "cfr" | |
| ], | |
| "template": "feature_callout", | |
| "content": { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR", | |
| "template": "multistage", | |
| "backdrop": "transparent", | |
| "transitions": true, | |
| "disableHistoryUpdates": true, | |
| "screens": [ | |
| { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR", | |
| "anchors": [ | |
| { | |
| "selector": "#main-window", | |
| "panel_position": { | |
| "anchor_attachment": "bottomright", | |
| "callout_attachment": "bottomright", | |
| "offset_y": -23, | |
| "offset_x": -80 | |
| }, | |
| "hide_arrow": true | |
| } | |
| ], | |
| "content": { | |
| "position": "callout", | |
| "width": "320px", | |
| "padding": 16, | |
| "title": { | |
| "raw": "Say goodbye to boring backgrounds" | |
| }, | |
| "logo": { | |
| "height": "196px", | |
| "imageURL": "https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/ms-images/b7f225ae-b450-4d9f-9468-67aa252de9c0.svg" | |
| }, | |
| "subtitle": { | |
| "raw": "Choose your own custom wallpaper or pick a color to make Firefox yours." | |
| }, | |
| "secondary_button": { | |
| "label": { | |
| "raw": "Next" | |
| }, | |
| "style": "primary", | |
| "action": { | |
| "type": "MULTI_ACTION", | |
| "advance_screens": { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR_2" | |
| }, | |
| "data": { | |
| "actions": [] | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR_2", | |
| "anchors": [ | |
| { | |
| "selector": "#main-window", | |
| "panel_position": { | |
| "anchor_attachment": "topright", | |
| "callout_attachment": "topright", | |
| "offset_y": 100, | |
| "offset_x": -100 | |
| }, | |
| "hide_arrow": true | |
| } | |
| ], | |
| "content": { | |
| "position": "callout", | |
| "width": "320px", | |
| "padding": 16, | |
| "title": { | |
| "raw": "Keep your favorites sites close" | |
| }, | |
| "logo": { | |
| "height": "196px", | |
| "imageURL": "https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/ms-images/d3ea3768-9d1f-45f6-b26c-91a517ff1081.svg" | |
| }, | |
| "subtitle": { | |
| "raw": "Add a shortcut to keep your top sites within reach." | |
| }, | |
| "secondary_button": { | |
| "label": { | |
| "raw": "Next" | |
| }, | |
| "style": "primary", | |
| "action": { | |
| "type": "MULTI_ACTION", | |
| "advance_screens": { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR_3" | |
| }, | |
| "data": { | |
| "actions": [] | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "id": "NEW_TAB_MULTI_MESSAGE_TOUR_3", | |
| "anchors": [ | |
| { | |
| "selector": "#main-window", | |
| "panel_position": { | |
| "anchor_attachment": "rightcenter", | |
| "callout_attachment": "rightcenter", | |
| "offset_y": 0, | |
| "offset_x": -100 | |
| }, | |
| "hide_arrow": true | |
| } | |
| ], | |
| "content": { | |
| "position": "callout", | |
| "width": "320px", | |
| "padding": 16, | |
| "title": { | |
| "raw": "Say hello to stories you love" | |
| }, | |
| "logo": { | |
| "height": "196px", | |
| "imageURL": "https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/ms-images/c4918519-c91a-4ef7-bb03-b5a5cec074d7.svg" | |
| }, | |
| "subtitle": { | |
| "raw": "Rate stories up or down to see more stories that match your interests." | |
| }, | |
| "secondary_button": { | |
| "label": { | |
| "raw": "Done" | |
| }, | |
| "style": "primary", | |
| "action": { | |
| "type": "BLOCK_MESSAGE", | |
| "data": { | |
| "id": "RECOMMEND_BOOKMARKS_TOOLBAR" | |
| }, | |
| "dismiss": true | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| "frequency": { | |
| "lifetime": 1 | |
| }, | |
| "priority": 1, | |
| "targeting": "source == 'newtab' && (currentDate|date - profileAgeCreated|date) >= 300000 && !activeNotifications && previousSessionEnd", | |
| "trigger": { | |
| "id": "newtabFeatureCalloutCheck" | |
| }, | |
| "skip_in_tests": "it's not tested in automation" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment