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 +}