mirror of
https://github.com/jldiaz/copy-protocol-plugin.git
synced 2026-07-22 06:56:55 +00:00
Change plugin ID and name to avoid collision with archived submission
This commit is contained in:
parent
47b4def3c3
commit
3d3c35d2f9
2 changed files with 3 additions and 3 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue