From b7f3bc9a640e802d0e80ca22ec0718b7f8ca7a1f Mon Sep 17 00:00:00 2001 From: Luca Gobbi <80841205+lucagobbi@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:52:18 +0200 Subject: [PATCH] Update plugins.json Added Catcloak plugin to plugins.json --- plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins.json b/plugins.json index 17d023c..b7af7af 100644 --- a/plugins.json +++ b/plugins.json @@ -394,5 +394,9 @@ { "name": "Weather plugin", "url": "https://github.com/Slav0DPigna/Weather-plugin" + }, + { + "name": "Catcloak", + "url": "https://github.com/lucagobbi/catcloak" } ]