From 4d1aa527c16e3ee59547e35e7124e1f6c36210b3 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 12 Apr 2024 12:42:50 +0200 Subject: [PATCH] Initial commit --- modules.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules.json diff --git a/modules.json b/modules.json new file mode 100644 index 0000000..58f512d --- /dev/null +++ b/modules.json @@ -0,0 +1,17 @@ +[ + { + "name": "PIX360 Core", + "identifier": "systems.kumi.pix360.core", + "source": "git+https://git.private.coffee/kumisystems/pix360core.git" + }, + { + "name": "KRPano Downloader", + "identifier": "systems.kumi.pix360.krpano", + "source": "git+https://git.private.coffee/kumisystems/pix360_krpano.git" + }, + { + "name": "YouTube Downloader", + "identifier": "systems.kumi.pix360.youtube", + "source": "git+https://git.private.coffee/kumisystems/pix360_youtube.git" + } +] \ No newline at end of file