From 7fbb23b480c8a4a66de458856faed8eeefa9fe36 Mon Sep 17 00:00:00 2001 From: Christian Morpurgo Date: Thu, 24 Apr 2025 12:12:04 +0000 Subject: [PATCH] Add repository.json --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repository.json diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..4449c50 --- /dev/null +++ b/repository.json @@ -0,0 +1,15 @@ +{ + "schema_version": "3", + "packages": [ + { + "name": "MarkdownLivePreview-Fork", + "description": "My enhanced live-preview fork of MarkdownLivePreview", + "releases": [ + { + "version": "1.0.0", + "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v1.0.0.zip" + } + ] + } + ] +} \ No newline at end of file