xheldon_git-folder-sync/manifest.json
Xheldon 44ff9bc5fa Prepare for community plugin release
- Fix plugin ID consistency between manifest.json and folder name
- Add MIT license file
- Update package.json name to match plugin ID
- Ready for initial release v1.0.0
2025-07-31 14:44:47 +08:00

11 lines
No EOL
491 B
JSON

{
"id": "git-sync",
"name": "Obsidian Git Folder Sync & Image Upload",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.",
"author": "Xheldon",
"authorUrl": "https://github.com/Xheldon",
"fundingUrl": "https://paypal.me/xheldoncao",
"isDesktopOnly": false
}