Added test plugin
This commit is contained in:
parent
c6bfde048d
commit
19c5be0081
1 changed files with 6 additions and 6 deletions
12
plugins.json
12
plugins.json
|
@ -1,13 +1,13 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"internalName": "example name",
|
"internalName": "lrsb-test",
|
||||||
"hash": "sha256 hash of ",
|
"hash": "F030375D7F2E28542FD4196DBA195308A972E06C30C51D2092B2AAF29CA406F2",
|
||||||
"size": size in bytes (int),
|
"size": 2507,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"main plugin classes"
|
"nl.lrsb.example.LrsbPlugin"
|
||||||
],
|
],
|
||||||
"displayName": "DisplayName",
|
"displayName": "Test Plugin",
|
||||||
"description": "",
|
"description": "Waaaaa",
|
||||||
"provider": "doppelgangr"
|
"provider": "doppelgangr"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue