From 317aeefc0a44bdaf04566359e99dfc9d7be9a373 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 28 Apr 2022 22:57:54 +0200 Subject: [PATCH] Added manifest-beta for BRAT --- manifest-beta.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifest-beta.json diff --git a/manifest-beta.json b/manifest-beta.json new file mode 100644 index 0000000..f7f61bd --- /dev/null +++ b/manifest-beta.json @@ -0,0 +1,10 @@ +{ + "id": "omnisearch", + "name": "Omnisearch", + "version": "1.0.1", + "minAppVersion": "0.14.2", + "description": "A search engine that just works", + "author": "Simon Cambier", + "authorUrl": "https://github.com/scambier/obsidian-omnisearch", + "isDesktopOnly": false +} \ No newline at end of file