From 46b8bd7a7c1318dbff1f1bac7ade160ae679dc66 Mon Sep 17 00:00:00 2001 From: lorenaromeo <102225797+lorenaromeo@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:13:49 +0200 Subject: [PATCH] Create ClassAnnotation.json Added json file for new Slicer extension --- ClassAnnotation.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ClassAnnotation.json diff --git a/ClassAnnotation.json b/ClassAnnotation.json new file mode 100644 index 00000000..91a4cb95 --- /dev/null +++ b/ClassAnnotation.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Utilities", + "scm_revision": "main", + "scm_url": "https://github.com/lorenaromeo/SlicerClassAnnotation.git", + "tier": 3 +}