From 19c5be0081d57c2e85dd82ebcfe6b17f0e659959 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 30 May 2024 13:36:58 +0200 Subject: [PATCH] Added test plugin --- plugins.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins.json b/plugins.json index 8008a17..40839a1 100644 --- a/plugins.json +++ b/plugins.json @@ -1,13 +1,13 @@ [ { - "internalName": "example name", - "hash": "sha256 hash of ", - "size": size in bytes (int), + "internalName": "lrsb-test", + "hash": "F030375D7F2E28542FD4196DBA195308A972E06C30C51D2092B2AAF29CA406F2", + "size": 2507, "plugins": [ - "main plugin classes" + "nl.lrsb.example.LrsbPlugin" ], - "displayName": "DisplayName", - "description": "", + "displayName": "Test Plugin", + "description": "Waaaaa", "provider": "doppelgangr" } ] \ No newline at end of file