Add plugin manifest.json & versions.json

This commit is contained in:
Unarray 2023-08-23 15:59:17 +02:00
parent 7634cd3a6f
commit c07ca77d09
2 changed files with 13 additions and 0 deletions

10
manifest.json Normal file
View file

@ -0,0 +1,10 @@
{
"id": "file-tree-generator",
"name": "📁 File Tree Generator",
"version": "1.0.0",
"minAppVersion": "1.3.7",
"description": "Generate a file tree using Obsidian callouts!",
"author": "Unarray",
"authorUrl": "https://github.com/unarray",
"isDesktopOnly": false
}

3
versions.json Normal file
View file

@ -0,0 +1,3 @@
{
"1.0.0": "1.3.7"
}