From 95c7d3b254aadd2bd55e510e34c4e6044145f86b Mon Sep 17 00:00:00 2001 From: Chris Lettieri Date: Tue, 15 Apr 2025 20:32:29 -0400 Subject: [PATCH] quick rename --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1c04e8d..6087034 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "open-augi", - "name": "OpenAugI", + "id": "openaugi-obsidian-voice-plugin", + "name": "OpenAugI Voice Note Agent", "version": "0.0.1", "minAppVersion": "0.0.1", "description": "Voice to Self-Organizing Second Brain. Open Augi allows you to use voice commands to create, edit, and organize your notes in Obsidian. Augmented Intelligence is the AI that empowers you to be your best self.", "author": "Chris Lettieri", "authorUrl": "https://bitsofchris.com", - "fundingUrl": "https://github.com/bitsofchris/open-augi-obsidian", + "fundingUrl": "https://github.com/bitsofchris/openaugi-obsidian-voice-plugin", "isDesktopOnly": false }