plugin-hub/plugins.json

13 lines
250 B
JSON
Raw Normal View History

2023-03-05 03:13:15 +01:00
[
{
2024-05-09 14:49:20 +02:00
"internalName": "example name",
"hash": "sha256 hash of ",
"size": size in bytes (int),
2023-03-05 03:13:15 +01:00
"plugins": [
2024-05-09 14:49:20 +02:00
"main plugin classes"
2023-03-05 03:13:15 +01:00
],
2024-05-09 14:49:20 +02:00
"displayName": "DisplayName",
2023-03-05 03:13:15 +01:00
"description": "",
2024-05-09 14:49:20 +02:00
"provider": "doppelgangr"
2023-03-05 03:13:15 +01:00
}
]