add manifest.json, version.json to the root directory

This commit is contained in:
Heekang Park 2023-02-08 18:24:25 +09:00
parent af9b485b77
commit f1a8860b26
2 changed files with 14 additions and 0 deletions

11
manifest.json Normal file
View file

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

3
versions.json Normal file
View file

@ -0,0 +1,3 @@
{
"0.1.0": "0.15.0"
}