Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Last active February 11, 2021 22:33
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/9cc28950d7119435283b997e5c6fc9e0 to your computer and use it in GitHub Desktop.
Save punamdahiya/9cc28950d7119435283b997e5c6fc9e0 to your computer and use it in GitHub Desktop.
{
"template": "multistage",
"screens": [{
"purpose": "get_started",
"content": {
"title": {
"string_id": "onboarding-welcome-header"
},
"subtitle": "The fast, safe, and private browser that's backed by a non-profit.",
"primary_button": {
"label": "Start Setup",
"action": {
"navigate": true
}
}
}
}, {
"purpose": "import_settings",
"content": {
"title": "Import your passwords, bookmarks, and more",
"subtitle": "Coming from another browser? It's easy to bring everything to Firefox.",
"tiles": {
"type": "topsites",
"showTitles": true
},
"primary_button": {
"label": "Start Import",
"action": {
"type": "SHOW_MIGRATION_WIZARD",
"navigate": true
}
},
"secondary_button": {
"label": "Not now",
"action": {
"navigate": true
}
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment