Add Litruv Test Plugin configuration file

This commit is contained in:
Max Litruv Boonzaayer
2026-04-19 03:47:40 +10:00
parent 80c68dd60e
commit 2b5f192bd3

11
plugins/litruv-test.json Normal file
View File

@@ -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"]
}