mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"name": "Test KVStore Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "A test kvstore plugin for integration testing",
|
|
"permissions": {
|
|
"kvstore": {
|
|
"reason": "For testing kvstore operations",
|
|
"maxSize": "10KB"
|
|
}
|
|
}
|
|
}
|