diff --git a/CODEOWNERS b/CODEOWNERS
index dc949fb..7adcbfb 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -4,6 +4,7 @@
/registry/cristianadam.nomoicontheme @cristianadam
/registry/cristianadam.onedarkpro @cristianadam
/registry/cristianadam.phantomstyle @cristianadam
+/registry/cristianadam.tabbededitor @cristianadam
/registry/theqtcompany.aiassistant @Maddimax @lupax
/registry/theqtcompany.vale @Maddimax
/registry/theqtcompany.cpp @Maddimax
diff --git a/badges/extensions.svg b/badges/extensions.svg
index eb55014..b8a9ddf 100644
--- a/badges/extensions.svg
+++ b/badges/extensions.svg
@@ -1 +1 @@
-
+
diff --git a/registry/cristianadam.tabbededitor/extension.json b/registry/cristianadam.tabbededitor/extension.json
new file mode 100644
index 0000000..da186bf
--- /dev/null
+++ b/registry/cristianadam.tabbededitor/extension.json
@@ -0,0 +1,103 @@
+{
+ "$schema": "../../schema/extension.schema.json",
+ "info": {
+ "id": "tabbededitor",
+ "vendor_id": "cristianadam",
+ "display_name": "TabbedEditor",
+ "display_vendor": "Cristian Adam",
+ "license": "open-source"
+ },
+ "latest": "17.0.0",
+ "versions": {
+ "17.0.0": {
+ "sources": [
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-x64.7z",
+ "sha256": "efd2faef19a41db69a4059999ce3285d863f36e4821a186c2da20814214057e4",
+ "platform": {
+ "name": "Windows",
+ "architecture": "x86_64"
+ }
+ },
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-arm64.7z",
+ "sha256": "bd020c0c3953d8ab1337c97ea526206aa32ff07020304c45154c4db0f67adddd",
+ "platform": {
+ "name": "Windows",
+ "architecture": "arm64"
+ }
+ },
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-x64.7z",
+ "sha256": "1ba41f06cbbfe2ea51a7fa9a217771e2072d8fcef7f6f9b36be64b2802ca7bcf",
+ "platform": {
+ "name": "Linux",
+ "architecture": "x86_64"
+ }
+ },
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-arm64.7z",
+ "sha256": "1761eb66e7192b0343d0986acebfeb653e339f3a3a8f1bce4269cdb782c16c2c",
+ "platform": {
+ "name": "Linux",
+ "architecture": "arm64"
+ }
+ },
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
+ "sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
+ "platform": {
+ "name": "macOS",
+ "architecture": "x86_64"
+ }
+ },
+ {
+ "url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
+ "sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
+ "platform": {
+ "name": "macOS",
+ "architecture": "arm64"
+ }
+ }
+ ],
+ "metadata": {
+ "Id": "tabbededitor",
+ "Name": "TabbedEditor",
+ "Version": "17.0.0",
+ "CompatVersion": "17.0.0",
+ "Vendor": "Cristian Adam",
+ "VendorId": "cristianadam",
+ "Copyright": "(C) 2015 Oleg Shparber, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
+ "License": "LGPLv3",
+ "Description": "Add tabs to Qt Creator",
+ "LongDescription": [
+ "# Qt Creator Tabbed Editor Plugin",
+ "",
+ "The aim of this project is to provide a tab-based experience in [Qt Creator](https://www.qt.io/product/development-tools).",
+ "",
+ "# Screenshots",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "## Copyright / License",
+ "",
+ "Copyright (C) 2015 Oleg Shparber",
+ "",
+ "This software is available under the terms of the GNU Lesser General Public License version 3 (LGPLv3).",
+ "",
+ "This project is a fork of [QtCreator Tabbed Editor Plugin](https://sourceforge.net/projects/tabbededitor/) by SNA Soft."
+ ],
+ "Url": "https://github.com/cristianadam/qt-creator-tabbededitor",
+ "DocumentationUrl": "",
+ "Dependencies": [
+ {
+ "Id": "core",
+ "Version": "17.0.0"
+ }
+ ]
+ }
+ }
+ }
+}
\ No newline at end of file