From 7fbb23b480c8a4a66de458856faed8eeefa9fe36 Mon Sep 17 00:00:00 2001 From: Christian Morpurgo Date: Thu, 24 Apr 2025 12:12:04 +0000 Subject: [PATCH 1/2] 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 From e914a2d4e954f27a636e601b49b2aed3e5ea8366 Mon Sep 17 00:00:00 2001 From: Christian Morpurgo Date: Thu, 24 Apr 2025 12:13:14 +0000 Subject: [PATCH 2/2] Update repository.json --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 4449c50..b9b38d9 100644 --- a/repository.json +++ b/repository.json @@ -7,7 +7,7 @@ "releases": [ { "version": "1.0.0", - "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v1.0.0.zip" + "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v0.0.0.zip" } ] }