Skip to content

Commit 25657bb

Browse files
committed
Fix lint
1 parent b0ae917 commit 25657bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deep-links.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
208208
For deferred deep link to work, it is required to add the specific link with its path to the branch.io _LinkHub_.
209209

210210
The extension receives deferred deep link data from the MetaMask website, which collects that data via the integrated Branch.io SDK.
211211

212212
Deferred deep link flow:
213+
213214
1. When a user lands on the MetaMask website download page, the website stores the deferred deep link inside cookie.
214215
2. When the user installs MetaMask extension, the extension reads and stores the cookie from the MetaMask website.
215216
3. Then extension navigates the user to the deferred deep link after successful onboarding.
216217

217218
Notes:
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

0 commit comments

Comments
 (0)