Change plugin ID and name to avoid collision with archived submission

This commit is contained in:
JLDiaz (m) 2026-05-12 23:24:58 +02:00
parent 47b4def3c3
commit 3d3c35d2f9
2 changed files with 3 additions and 3 deletions

View file

@ -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.",

View file

@ -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",