diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index dfa940e..9ba100f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "ai-organizer", + "name": "AI Organizer", "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", + "description": "Organize notes via AI powered by Ollama.", + "author": "Adam Malczewski", + "authorUrl": "https://malcz.com", "isDesktopOnly": false } |
