Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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"
|
|||
}
|
|||
}
|
|||
}
|