diff --git a/manifest.json b/manifest.json index 4eac498..203709d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "copy-protocol", - "name": "Copy Protocol", + "id": "copy-text-protocol", + "name": "Copy Text Protocol", "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Adds support for copying text to the clipboard using a custom protocol.", diff --git a/package.json b/package.json index 5542866..ffe9f76 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "copy-protocol", + "name": "copy-text-protocol", "version": "1.0.0", "description": "A plugin that adds support for copying text via a custom protocol.", "main": "main.js",