From 99689e7cabefb047ab57cd399ebd622074553200 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:41:40 +0000 Subject: [PATCH] Copy manifest.json from packages/plugin to repo root Co-authored-by: Yash Mittal --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..d48363a --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "id": "vync", + "name": "Vync", + "version": "0.0.2", + "minAppVersion": "0.15.0", + "description": "Sync your Obsidian vault using Google Drive as storage", + "author": "techsavvyash", + "authorUrl": "https://techsavvyash.dev", + "fundingUrl": "", + "isDesktopOnly": false, + "main": "main.js" +}