Add GNOME Shell extension showing sing-box status via the Clash API

This commit is contained in:
av
2026-07-18 15:25:26 +03:00
commit 629e031845
10 changed files with 893 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"uuid": "sing-box-status@anwinged.github.io",
"name": "sing-box Status",
"description": "Shows sing-box proxy status in the top bar via the Clash API: liveness, active outbound, current speed and connections. Details and outbound switching are available in the drop-down menu.",
"shell-version": ["45", "46", "47", "48"],
"url": "https://github.com/anwinged/sing-box-gnome-extension",
"settings-schema": "org.gnome.shell.extensions.sing-box-status",
"gettext-domain": "sing-box-status",
"version": 1
}