diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52690b3..da73322 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Current features:
 - Add, Remove, Reorder linked workspace, scene by scene
 - Rename workspace
   *This will rename the workspace globally, and also every custom property of the scene that use it.*
+- Previous/Next Workspace (following scene workspaces order)
 - Menu to copy the linked workspaces from other scenes
 - Menu to link other workspaces (the unlinked ones)
 - Panel in `Properties > Scene > Scene Workspaces`, to manage, reorder, rename linked workspaces for the current scene
diff --git a/README_EXT.md b/README_EXT.md
index e881198..3bab0de 100644
--- a/README_EXT.md
+++ b/README_EXT.md
@@ -13,16 +13,10 @@ You can customize Scene Workspaces from add-on preferences:
 
 - **Show Switch**  
   *When active, shows a checkbox to switch between Scene Workspaces and the default topbar.*  
-![Switch](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Switch.png)  
-*This checkbox will directly affect the next preference.*  
+    *This checkbox will directly affect the next preference.*  
 - **Use Scene Workspaces topbar**  
-*Scene Workspaces topbar.*  
-![Custom Topbar](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Custom.png)  
-*Default workspaces topbar.*  
-![Original Topbar](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Original.png)  
+    *Switch between Scene Workspaces topbar and the default topbar*
 - **Use Compact Mode** *(default ON)*  
-*Compact Mode ON*  
-![Compact Mode On](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Compact%20On.png)  
 *Compact Mode OFF*  
 ![Compact Mode Off](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Compact%20Off.png)  
 
@@ -30,8 +24,6 @@ You can customize Scene Workspaces from add-on preferences:
 
 What you can usually to do by right-clicking on a workspace (and more) it's avaliable by clicking the near options button.  
 
-![Compact Mode OFF](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/raw/branch/main/assets/Topbar%20-%20Workspace%20Menu.png)  
-
 The first options are the ones from Scene Workspaces:  
 
 - **Toggle Compact Mode** *(preference)*  
@@ -48,10 +40,10 @@ And then, starting from `Duplicate`, you'll find the default workspace options.
 
 > **Note**  
 > Default options like `Reorder to Front`, `Reorder to Back` will only affect the global workspaces, and not the Scene Workspaces topbar.  
-*Instead, use the ones marked with `(scene only)`.*  
+> *Instead, use the ones marked with `(scene only)`.*  
 >  
 > Also, default options `Previous Workspace` and `Next Workspace` functions will follow the global workspaces order, and not the scene order.  
-*Instead, use the ones marked with `(scene)`.*  
+> *Instead, use the ones marked with `(scene)`.*  
 > Be sure to use the Scene Workspaces relative options, instead.  
 
 ---
@@ -83,3 +75,7 @@ At the same time, you may need different workspaces in different scenes, dependi
 *For example, you may want a scene with workspaces optimized for modelling and another Scene optimized for Video Editing, in the same project.*
 
 **Scene Workspaces** make this possibile with the custom topbar and a custom property for each scene.
+
+---
+
+For more info, checkout the project's [README](https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon/src/branch/main/README.md).
\ No newline at end of file
diff --git a/assets/Icon-256.png b/assets/Icon-256.png
new file mode 100644
index 0000000..9910732
Binary files /dev/null and b/assets/Icon-256.png differ