From b7f9dc905426fc723074f5caf8f210e608e19d87 Mon Sep 17 00:00:00 2001 From: Muhammad Saad Date: Tue, 16 Jun 2026 14:02:18 +0500 Subject: [PATCH 1/2] Add SlicerAnnotationPanel extension --- SlicerAnnotationPanel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SlicerAnnotationPanel.json diff --git a/SlicerAnnotationPanel.json b/SlicerAnnotationPanel.json new file mode 100644 index 00000000..2774cc02 --- /dev/null +++ b/SlicerAnnotationPanel.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_subdirectory": ".", + "category": "Quantification", + "scm_revision": "production", + "scm_url": "https://github.com/TeamOrydex/SlicerAnnotationPanel.git", + "tier": 1 +} \ No newline at end of file From a73be0c6faf5c4f6c110fb680a406fb5b840a0b8 Mon Sep 17 00:00:00 2001 From: Muhammad Saad Date: Thu, 18 Jun 2026 12:39:33 +0500 Subject: [PATCH 2/2] Fix JSON formatting --- SlicerAnnotationPanel.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SlicerAnnotationPanel.json b/SlicerAnnotationPanel.json index 2774cc02..8d694a6b 100644 --- a/SlicerAnnotationPanel.json +++ b/SlicerAnnotationPanel.json @@ -1,8 +1,8 @@ { - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", - "build_subdirectory": ".", - "category": "Quantification", - "scm_revision": "production", - "scm_url": "https://github.com/TeamOrydex/SlicerAnnotationPanel.git", - "tier": 1 -} \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_subdirectory": ".", + "category": "Quantification", + "scm_revision": "production", + "scm_url": "https://github.com/TeamOrydex/SlicerAnnotationPanel.git", + "tier": 1 +}