From 12ad5a19f86897122c432eaf47d258fea2c8766b Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Sun, 10 Sep 2023 02:42:02 +0100 Subject: [PATCH] add singbox-ui Signed-off-by: Mark Pashmfouroush --- bucket/singbox-ui.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/singbox-ui.json diff --git a/bucket/singbox-ui.json b/bucket/singbox-ui.json new file mode 100644 index 0000000..2e1d622 --- /dev/null +++ b/bucket/singbox-ui.json @@ -0,0 +1,22 @@ +{ + "version": "3.1.0", + "description": "graphical user interface application that allows users to connect to the SingBox service and manage their subscription.", + "homepage": "https://github.com/yebekhe/Singbox-UI/", + "license": "GPL-3", + "notes": "", + "architecture": { + "64bit": { + "url": "https://github.com/yebekhe/Singbox-UI/releases/download/v3.1.0/SingboxUI.zip", + "hash": "72FE5F7A1F85E65D1CA60F4E603157F74AB628850F6E45AE3C76F246ADEF9E7F" + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/yebekhe/Singbox-UI/releases/download/v$version/SingboxUI.zip" + } + } + }, + "bin": "SingboxUI.exe" +}