obsidian-sample-plugin/manifest.json

10 lines
230 B
JSON

{
"id": "plugin-template",
"name": "Plugin Template",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Repo and project template for all my Obsidian plugins.",
"author": "Brady Kelly",
"isDesktopOnly": true
}