From bbe6b2076b172123ae8cd946aae08c662c19e2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Sar=C4=B1?= <105998153+OxyLoop@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:43:31 +0300 Subject: [PATCH 1/3] ENH: Add AIRadar extension --- AIRadar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AIRadar.json diff --git a/AIRadar.json b/AIRadar.json new file mode 100644 index 00000000..246e29bf --- /dev/null +++ b/AIRadar.json @@ -0,0 +1,10 @@ +{ + "name": "AIRadar", + "scm": "git", + "scmurl": "https://github.com/ArArgeSolutions/AIRadarExtension.git", + "scmrevision": "main", + "homepage": "https://github.com/ArArgeSolutions/AIRadarExtension", + "iconurl": "https://raw.githubusercontent.com/ArArgeSolutions/AIRadarExtension/main/Resources/Icons/AIRadar.png", + "category": "Segmentation", + "status": "Active" +} From 561deff35f5931e244226dcbda200f1aa5cb7292 Mon Sep 17 00:00:00 2001 From: Ar Arge Solutions Date: Fri, 12 Dec 2025 09:50:45 +0300 Subject: [PATCH 2/3] Update AIRadar.json --- AIRadar.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/AIRadar.json b/AIRadar.json index 246e29bf..475f0602 100644 --- a/AIRadar.json +++ b/AIRadar.json @@ -1,10 +1,8 @@ { - "name": "AIRadar", - "scm": "git", - "scmurl": "https://github.com/ArArgeSolutions/AIRadarExtension.git", - "scmrevision": "main", - "homepage": "https://github.com/ArArgeSolutions/AIRadarExtension", - "iconurl": "https://raw.githubusercontent.com/ArArgeSolutions/AIRadarExtension/main/Resources/Icons/AIRadar.png", + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": [], + "build_subdirectory": ".", "category": "Segmentation", - "status": "Active" + "scm_revision": "main", + "scm_url": "https://github.com/ArArgeSolutions/AIRadarExtension.git" } From e2b4591c1793feb47ae9401bff21c3ac8e41121e Mon Sep 17 00:00:00 2001 From: Ar Arge Solutions Date: Fri, 12 Dec 2025 15:49:37 +0300 Subject: [PATCH 3/3] Update AIRadar.json --- AIRadar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIRadar.json b/AIRadar.json index 475f0602..a5b1ea95 100644 --- a/AIRadar.json +++ b/AIRadar.json @@ -4,5 +4,5 @@ "build_subdirectory": ".", "category": "Segmentation", "scm_revision": "main", - "scm_url": "https://github.com/ArArgeSolutions/AIRadarExtension.git" + "scm_url": "https://github.com/ArArgeSolutions/Slicer-AIRadarExtension.git" }