diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..21bfcc3 --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "obsidian-hk-code-block", + "name": "HK Code Block", + "version": "0.1.0", + "minAppVersion": "1.0.0", + "description": "Obsidian plugin developed by Heekang Park; Make code block looking good on reading view", + "author": "Heekang Park", + "authorUrl": "https://github.com/HeekangPark", + "fundingUrl": "", + "isDesktopOnly": false +} diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..9be1f3d --- /dev/null +++ b/versions.json @@ -0,0 +1,3 @@ +{ + "0.1.0": "0.15.0" +}