From 2b5f192bd3f312a40e75a5eb191e146d5e84275a Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 03:47:40 +1000 Subject: [PATCH] Add Litruv Test Plugin configuration file --- plugins/litruv-test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/litruv-test.json diff --git a/plugins/litruv-test.json b/plugins/litruv-test.json new file mode 100644 index 0000000..69ffc64 --- /dev/null +++ b/plugins/litruv-test.json @@ -0,0 +1,11 @@ +{ + "id": "litruv-test", + "name": "Litruv Test Plugin", + "version": "1.0.0", + "description": "A test plugin for JollyRipper that demonstrates basic functionality.", + "author": "Litruv", + "repository": "https://github.com/Litruv/JollyRipper-Plugin-Example", + "homepage": "https://github.com/Litruv/JollyRipper-Plugin-Example", + "thumbnail": "https://raw.githubusercontent.com/Litruv/JollyRipper-Plugin-Example/main/thumbnail.png", + "tags": ["example", "test"] +} \ No newline at end of file