From 3d3c35d2f906eb3c8f46ebe6b7bc4e0f12cacc49 Mon Sep 17 00:00:00 2001 From: "JLDiaz (m)" Date: Tue, 12 May 2026 23:24:58 +0200 Subject: [PATCH] Change plugin ID and name to avoid collision with archived submission --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",