diff --git a/manifest.json b/manifest.json index f984440..4eac498 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Copy Protocol", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Adds support for copying text to the clipboard using an obsidian://copy?text=... protocol.", + "description": "Adds support for copying text to the clipboard using a custom protocol.", "author": "jldiaz", "authorUrl": "", "isDesktopOnly": false diff --git a/package.json b/package.json index 7142131..5542866 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copy-protocol", "version": "1.0.0", - "description": "An Obsidian plugin that adds support for copying text via an obsidian://copy?text=... protocol.", + "description": "A plugin that adds support for copying text via a custom protocol.", "main": "main.js", "type": "module", "scripts": {