From 3181ee8ac951be506b2654f58fd8f0103c43a9ac Mon Sep 17 00:00:00 2001 From: six2dez Date: Mon, 23 Mar 2026 19:01:30 +0100 Subject: [PATCH] Add Dispatch plugin to plugin_packages.json Added Dispatch plugin with details including author, license, and description. --- plugin_packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plugin_packages.json b/plugin_packages.json index 5d04045..2de3d50 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -817,5 +817,18 @@ }, "public_key": "MCowBQYDK2VwAyEAjCoIKJEyiEx6awLsxj6/WmOWvFlRTuURntX7U0+0UoA=", "repository": "davidus27/ParamLogger" + }, + { + "id": "dispatch", + "name": "Dispatch", + "license": "MIT", + "description": "Send HTTP requests to external CLI security tools with one click", + "author": { + "name": "six2dez", + "email": "six2dez@gmail.com", + "url": "https://github.com/six2dez/dispatch" + }, + "public_key": "MCowBQYDK2VwAyEAgXa3XzwD/2vXVi7JTGLtcc4hvyunDf18noFszltbXz0=", + "repository": "six2dez/dispatch" } -] \ No newline at end of file +]