diff --git a/build-plugin.sh b/build-plugin.sh
index 01e4990..95b60cb 100755
--- a/build-plugin.sh
+++ b/build-plugin.sh
@@ -2,7 +2,7 @@
set -eu
PLUGIN="u-navigator"
-VERSION="2026.06.23.r015"
+VERSION="2026.06.23.r016"
PKG_DIR="packages"
WORK_DIR=".plugin-build"
PKG_NAME="${PLUGIN}-${VERSION}.tgz"
diff --git a/packages/u-navigator-2026.06.23.r015.tgz b/packages/u-navigator-2026.06.23.r015.tgz
deleted file mode 100644
index c7f5b04..0000000
Binary files a/packages/u-navigator-2026.06.23.r015.tgz and /dev/null differ
diff --git a/packages/u-navigator-2026.06.23.r016.tgz b/packages/u-navigator-2026.06.23.r016.tgz
new file mode 100644
index 0000000..8a565f3
Binary files /dev/null and b/packages/u-navigator-2026.06.23.r016.tgz differ
diff --git a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
index 58235e9..6193821 100644
--- a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
+++ b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
@@ -1,6 +1,6 @@
Menu="Tools"
Title="U-Navigator"
-Icon="folder-open"
+Icon="u-navigator/images/u-navigator.svg"
---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/u-navigator.plg b/u-navigator.plg
index e9f82f2..cc69ad7 100644
--- a/u-navigator.plg
+++ b/u-navigator.plg
@@ -1,12 +1,17 @@
-
-
+
+
+
+
]>
-
+
+### U-Navigator
+Unraid File Navigator with a Dynamix-embedded multi-window file explorer, icon/list views, context menus, properties, uploads, and background copy/move/size jobs.
+
### &version;
- Native Dynamix-embedded U-Navigator page.
- Adds PHP API endpoints for listing, upload, move and copy without a separate web server.
@@ -14,7 +19,7 @@
https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;
-5dd13445e7847e581364f61f5fd26808
+fe5f45d23824bea176e0686e39dfc95b
diff --git a/u-navigator.plg.in b/u-navigator.plg.in
index 9dc7109..a08db89 100644
--- a/u-navigator.plg.in
+++ b/u-navigator.plg.in
@@ -1,12 +1,17 @@
-
+
+
+
]>
-
+
+### U-Navigator
+Unraid File Navigator with a Dynamix-embedded multi-window file explorer, icon/list views, context menus, properties, uploads, and background copy/move/size jobs.
+
### &version;
- Native Dynamix-embedded U-Navigator page.
- Adds PHP API endpoints for listing, upload, move and copy without a separate web server.