From 0658716e0d4b582d951943773e6835128dea6bb3 Mon Sep 17 00:00:00 2001 From: Pallab91 Date: Fri, 28 Feb 2025 01:26:49 +0530 Subject: [PATCH] # --- manifest.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..d6d7cf0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,8 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", - "isDesktopOnly": false + "id": "github-sync", + "name": "GitHub Sync", + "author": "Pallab Mukherjee", + "description": "Sync your notes with GitHub using API-based commits and pulls.", + "version": "1.0.0", + "minAppVersion": "1.0.0" }