From bd3ba07fc35724a97fa21a6eb35e919c777ee80f Mon Sep 17 00:00:00 2001 From: Vovk Date: Wed, 8 Apr 2026 02:30:08 +0700 Subject: [PATCH] Add Ext UI repository information to Index.json --- Data/Index.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index 350bb90..d59b269 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -465,6 +465,15 @@ "curated": true } ], + "Ext UI": [ + { + "repository": "https://github.com/vovkd/freecad-extui", + "git_ref": "main", + "branch_display_name": "main", + "zip_url": "https://github.com/vovkd/freecad-extui/archive/refs/heads/main.zip", + "curated": true + } + ], "fasteners": [ { "repository": "https://github.com/shaise/FreeCAD_FastenersWB",