From 2b5f192bd3f312a40e75a5eb191e146d5e84275a Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 03:47:40 +1000 Subject: [PATCH 1/4] 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 From b3dd5ff1e7349e3d2e6122fa52dac41f0c7d496c Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 03:48:46 +1000 Subject: [PATCH 2/4] capital --- plugins/litruv-test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/litruv-test.json b/plugins/litruv-test.json index 69ffc64..6426da9 100644 --- a/plugins/litruv-test.json +++ b/plugins/litruv-test.json @@ -3,7 +3,7 @@ "name": "Litruv Test Plugin", "version": "1.0.0", "description": "A test plugin for JollyRipper that demonstrates basic functionality.", - "author": "Litruv", + "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", From 6453ea71d0e0a6811080112e35e912718650992e Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 04:01:01 +1000 Subject: [PATCH 3/4] Update thumbnail URL in Litruv Test Plugin configuration --- plugins/litruv-test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/litruv-test.json b/plugins/litruv-test.json index 6426da9..d6133b6 100644 --- a/plugins/litruv-test.json +++ b/plugins/litruv-test.json @@ -6,6 +6,6 @@ "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", + "thumbnail": "https://github.com/litruv/JollyRipper-Plugin-Example/blob/master/thumbnail.png?raw=true", "tags": ["example", "test"] } \ No newline at end of file From 505389d36fdaa821104c1d2e24b0e403fa2ff8c3 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 04:01:54 +1000 Subject: [PATCH 4/4] Update thumbnail URL in Litruv Test Plugin configuration --- plugins/litruv-test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/litruv-test.json b/plugins/litruv-test.json index d6133b6..0bd7216 100644 --- a/plugins/litruv-test.json +++ b/plugins/litruv-test.json @@ -6,6 +6,6 @@ "author": "litruv", "repository": "https://github.com/Litruv/JollyRipper-Plugin-Example", "homepage": "https://github.com/Litruv/JollyRipper-Plugin-Example", - "thumbnail": "https://github.com/litruv/JollyRipper-Plugin-Example/blob/master/thumbnail.png?raw=true", + "thumbnail": "https://i.imgur.com/9Ca3qub.png", "tags": ["example", "test"] } \ No newline at end of file