summaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-24 13:18:50 +0900
committerAdam Malczewski <[email protected]>2026-03-24 13:18:50 +0900
commitbb543c3f7840f2a3fa1b7a1fb32245fa87a30f7b (patch)
treed2a9db2741dfd9822c5f76dca278562220e9b064 /manifest.json
parente5583b836d4fe2f7f9806ed85a190254a6ea3990 (diff)
downloadai-pulse-obsidian-plugin-bb543c3f7840f2a3fa1b7a1fb32245fa87a30f7b.tar.gz
ai-pulse-obsidian-plugin-bb543c3f7840f2a3fa1b7a1fb32245fa87a30f7b.zip
initial prototype
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
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
}