This commit is contained in:
Pallab91 2025-02-28 01:26:49 +05:30
parent a2fbc15948
commit 0658716e0d
1 changed files with 6 additions and 9 deletions

View File

@ -1,11 +1,8 @@
{ {
"id": "sample-plugin", "id": "github-sync",
"name": "Sample Plugin", "name": "GitHub Sync",
"version": "1.0.0", "author": "Pallab Mukherjee",
"minAppVersion": "0.15.0", "description": "Sync your notes with GitHub using API-based commits and pulls.",
"description": "Demonstrates some of the capabilities of the Obsidian API.", "version": "1.0.0",
"author": "Obsidian", "minAppVersion": "1.0.0"
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
} }