File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -204,17 +204,19 @@ Deep Link Router is instantiated in the background script ([background.js](https
204204
205205### Deferred deep links
206206
207- Deferred deep links are used to navigate a user to a deep link route after the extension is installed.
207+ Deferred deep links are used to navigate a user to a deep link route after the extension is installed.
208208For deferred deep link to work, it is required to add the specific link with its path to the branch.io _ LinkHub_ .
209209
210210The extension receives deferred deep link data from the MetaMask website, which collects that data via the integrated Branch.io SDK.
211211
212212Deferred deep link flow:
213+
2132141 . When a user lands on the MetaMask website download page, the website stores the deferred deep link inside cookie.
2142152 . When the user installs MetaMask extension, the extension reads and stores the cookie from the MetaMask website.
2152163 . Then extension navigates the user to the deferred deep link after successful onboarding.
216217
217218Notes:
219+
218220- Deferred deep link is stored in the extension's local storage immediately after installation.
219221- User is navigated to the deferred deep link only if they completed the onboarding process within the two hours after installation.
220222
You can’t perform that action at this time.
0 commit comments