diff --git a/docs/guides/browser-extension/create-a-universal-profile.md b/docs/guides/browser-extension/create-a-universal-profile.md index c4c6a11527..4b2912f0b1 100644 --- a/docs/guides/browser-extension/create-a-universal-profile.md +++ b/docs/guides/browser-extension/create-a-universal-profile.md @@ -9,22 +9,29 @@ sidebar_position: 2 The UP Browser Extension is currently in the **development alpha** version. DO NOT use this in production! ::: -#### 1. Launch the extension and create your profile. +#### 1. Launch the extension and create your profile. You will have to validate your Twitter and Discord profiles. -![Step 1 - Firefox: Open Extension](/img/extension/01-create-profile.png) +![Validate Extension](/img/extension/02-create-profile.png) -#### 2. Select your identicon, password, and an optional backup email. +**_NOTE:_** You can use the same Twitter and Discord profiles for multiple Universal Profiles (UPs). The verification steps for using Twitter/ Discord are not linked to particular profiles. +The verification is in place for using the relayer. The relayer plays a vital role in subsidizing gas costs for early users and the verification process is in place to prevent bots from abusing the gas quota. -![Step 2 - Firefox: Set Up Extension](/img/extension/02-create-profile.png) +#### 2. Select your backup email. -#### 3. Choose between an anonymous or public profile. +![Step 2 - Firefox: Set Up Extension](/img/extension/03-create-profile.png) -![Step 3 - Firefox: Profile Type Extension](/img/extension/03-create-profile.png) +#### 3. Accept the terms and conditions. -:::note -It may take a while until your profile is created. You don't need to keep the popup open. -::: +![Step 3 - Firefox: Profile Type Extension](/img/extension/04-create-profile.png) + +#### 4. Select your identicon. + +![Step 4 - Firefox: Success Extension](/img/extension/05-create-profile.png) + +#### 3. Choose between an anonymous or public profile. + +![Step 4 - Firefox: Success Extension](/img/extension/06-create-profile.png) -#### Step 4. Your Universal Profile has been created! +#### 6. Your are now ready to add your profile to the extension! -![Step 4 - Firefox: Success Extension](/img/extension/04-create-profile.png) +![Step 4 - Firefox: Success Extension](/img/extension/07-create-profile.png) diff --git a/static/img/extension/01-create-profile.png b/static/img/extension/01-create-profile.png index 0c9f39790a..d907428d2f 100644 Binary files a/static/img/extension/01-create-profile.png and b/static/img/extension/01-create-profile.png differ diff --git a/static/img/extension/02-create-profile.png b/static/img/extension/02-create-profile.png index 323350a8b6..06102a19f3 100644 Binary files a/static/img/extension/02-create-profile.png and b/static/img/extension/02-create-profile.png differ diff --git a/static/img/extension/03-create-profile.png b/static/img/extension/03-create-profile.png index 2aa58c3cbf..93f14a786d 100644 Binary files a/static/img/extension/03-create-profile.png and b/static/img/extension/03-create-profile.png differ diff --git a/static/img/extension/04-create-profile.png b/static/img/extension/04-create-profile.png index dafdf25c00..608adb23a8 100644 Binary files a/static/img/extension/04-create-profile.png and b/static/img/extension/04-create-profile.png differ diff --git a/static/img/extension/05-create-profile.png b/static/img/extension/05-create-profile.png new file mode 100644 index 0000000000..a63d70a66e Binary files /dev/null and b/static/img/extension/05-create-profile.png differ diff --git a/static/img/extension/06-create-profile.png b/static/img/extension/06-create-profile.png new file mode 100644 index 0000000000..8fd3339e41 Binary files /dev/null and b/static/img/extension/06-create-profile.png differ diff --git a/static/img/extension/07-create-profile.png b/static/img/extension/07-create-profile.png new file mode 100644 index 0000000000..9f4e0947e1 Binary files /dev/null and b/static/img/extension/07-create-profile.png differ