Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Created April 26, 2021 19:18
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/65c83f61189cd38d685df69d3841013f to your computer and use it in GitHub Desktop.
Save punamdahiya/65c83f61189cd38d685df69d3841013f to your computer and use it in GitHub Desktop.
[{ "id": "AW_PIN_AND_DEFAULT", "order": 0, "content": { "title": "Start by making Firefox a click away", "subtitle": { "string_id": "onboarding-multistage-set-default-subtitle" }, "help_text": { "text": "This will pin Firefox to taskbar and open settings", "position": "default" }, "primary_button": { "label": "Make Firefox My Primary Browser", "action": { "type": "PIN_AND_DEFAULT", "navigate": true, "waitForDefault": true } }, "secondary_button": { "label": { "string_id": "onboarding-multistage-set-default-secondary-button-label" }, "action": { "navigate": true } }, "waiting_for_default": { "tiles": { "type": "image", "source": { "default": "chrome://activity-stream/content/data/content/assets/remote/windows-default-browser.gif" }, "media_type": "tiles-delayed" }, "subtitle": "Choose Firefox under Web browser when your settings open", "help_text": null, "primary_button": null }, "secondary_button_top": { "text": { "string_id": "onboarding-multistage-welcome-secondary-button-text" }, "label": { "string_id": "onboarding-multistage-welcome-secondary-button-label" }, "action": { "data": { "entrypoint": "activity-stream-firstrun" }, "type": "SHOW_FIREFOX_ACCOUNTS", "addFlowParams": true } } } }, { "id": "AW_IMPORT_SETTINGS", "order": 1, "content": { "zap": true, "tiles": { "type": "topsites", "showTitles": true }, "title": { "string_id": "onboarding-multistage-import-header" }, "subtitle": { "string_id": "onboarding-multistage-import-subtitle" }, "help_text": { "text": { "string_id": "onboarding-import-sites-disclaimer" } }, "primary_button": { "label": { "string_id": "onboarding-multistage-import-primary-button-label" }, "action": { "type": "SHOW_MIGRATION_WIZARD", "navigate": true } }, "secondary_button": { "label": { "string_id": "onboarding-multistage-import-secondary-button-label" }, "action": { "navigate": true } } } }, { "id": "AW_CHOOSE_THEME", "order": 2, "content": { "zap": true, "tiles": { "data": [{ "label": { "string_id": "onboarding-multistage-theme-label-automatic" }, "theme": "automatic", "tooltip": { "string_id": "onboarding-multistage-theme-tooltip-automatic-2" }, "description": { "string_id": "onboarding-multistage-theme-description-automatic-2" } }, { "label": { "string_id": "onboarding-multistage-theme-label-light" }, "theme": "light", "tooltip": { "string_id": "onboarding-multistage-theme-tooltip-light-2" }, "description": { "string_id": "onboarding-multistage-theme-description-light" } }, { "label": { "string_id": "onboarding-multistage-theme-label-dark" }, "theme": "dark", "tooltip": { "string_id": "onboarding-multistage-theme-tooltip-dark-2" }, "description": { "string_id": "onboarding-multistage-theme-description-dark" } }, { "label": { "string_id": "onboarding-multistage-theme-label-alpenglow" }, "theme": "alpenglow", "tooltip": { "string_id": "onboarding-multistage-theme-tooltip-alpenglow-2" }, "description": { "string_id": "onboarding-multistage-theme-description-alpenglow" } }], "type": "theme", "action": { "theme": "<event>" } }, "title": { "string_id": "onboarding-multistage-theme-header" }, "subtitle": { "string_id": "onboarding-multistage-theme-subtitle" }, "primary_button": { "label": { "string_id": "onboarding-multistage-theme-primary-button-label2" }, "action": { "navigate": true } }, "secondary_button": { "label": { "string_id": "onboarding-multistage-theme-secondary-button-label" }, "action": { "theme": "automatic", "navigate": true } } } }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment