From 20848d6f26804e4ed566851d0477cdaf1ca93aef Mon Sep 17 00:00:00 2001 From: Piyush Khurana Date: Wed, 8 Apr 2026 17:16:18 +0530 Subject: [PATCH] Add SlicerConnect Extension --- SlicerConnect.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SlicerConnect.json diff --git a/SlicerConnect.json b/SlicerConnect.json new file mode 100644 index 00000000..c3b405f2 --- /dev/null +++ b/SlicerConnect.json @@ -0,0 +1,13 @@ +{ + "name": "SlicerConnect", + "category": "Collaboration", + "description": "Real-time multi-user collaboration for medical image segmentation.", + "scm_url": "https://github.com/pka420/SlicerConnect.git", + "scm_revision": "main", + "scm_type": "git", + "contributors": "Piyush Khurana (Delhi University)", + "homepage": "https://github.com/pka420/SlicerConnect", + "icon_url": "https://raw.githubusercontent.com/pka420/SlicerConnect/main/SlicerConnect.png", + "build_dependencies": [], + "enabled": true +}