From cf3b9e55226450153863a62e4cca198d4c96995d Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 17 Oct 2024 10:26:19 +0100 Subject: [PATCH] Add manifest beta --- 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..08ef881 --- /dev/null +++ b/manifest-beta.json @@ -0,0 +1,10 @@ +{ + "id": "obsidian-livesync", + "name": "Self-hosted LiveSync", + "version": "0.24.0.dev-rc3", + "minAppVersion": "0.9.12", + "description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", + "author": "vorotamoroz", + "authorUrl": "https://github.com/vrtmrz", + "isDesktopOnly": false +} \ No newline at end of file