From beb6cfe7093f68731e61f0b34415186f7ffb6ede Mon Sep 17 00:00:00 2001 From: Christian Morpurgo Date: Thu, 24 Apr 2025 12:33:51 +0000 Subject: [PATCH] Update repository.json --- repository.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index 8b81fee..3e9451d 100644 --- a/repository.json +++ b/repository.json @@ -4,12 +4,15 @@ { "name": "MarkdownLivePreview-Fork", "description": "My enhanced live-preview fork of MarkdownLivePreview", + "author": "Christian Morpurgo", + "homepage": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview", "releases": [ { "version": "4.0.0", - "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v4.0.0.zip" + "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v4.0.0.zip", + "sublime_text": "*" } ] } ] -} \ No newline at end of file +}