From c07ca77d094406a02ea5dd3763b81aa4e5447ea8 Mon Sep 17 00:00:00 2001 From: Unarray <48868686+Unarray@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:59:17 +0200 Subject: [PATCH] Add plugin `manifest.json` & `versions.json` --- manifest.json | 10 ++++++++++ versions.json | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 manifest.json create mode 100644 versions.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..e623e24 --- /dev/null +++ b/manifest.json @@ -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 +} \ No newline at end of file diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..f93d7b1 --- /dev/null +++ b/versions.json @@ -0,0 +1,3 @@ +{ + "1.0.0": "1.3.7" +} \ No newline at end of file