mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
Add plugin manifest.json & versions.json
This commit is contained in:
parent
7634cd3a6f
commit
c07ca77d09
2 changed files with 13 additions and 0 deletions
10
manifest.json
Normal file
10
manifest.json
Normal 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
3
versions.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"1.0.0": "1.3.7"
|
||||
}
|
||||
Loading…
Reference in a new issue