Added test plugin

This commit is contained in:
Lars 2024-05-30 13:36:58 +02:00
parent c6bfde048d
commit 19c5be0081

View file

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