From 70ec88b824092a23a5ed17bfd8c1c645364cbf88 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 19 Dec 2024 23:52:49 +0000 Subject: [PATCH] Make work with brat --- manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..40fc4ff7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "sample-plugin", + "name": "Sync & Share", + "version": "0.0.5", + "minAppVersion": "0.0.0", + "description": "Demonstrates some of the capabilities of the Obsidian API.", + "author": "Obsidian", + "authorUrl": "https://obsidian.md", + "fundingUrl": "https://obsidian.md/pricing", + "isDesktopOnly": false +} \ No newline at end of file