mirror of
https://github.com/navidrome/navidrome.git
synced 2026-01-03 06:15:22 +00:00
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"name": "Test Cache Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "A test cache plugin for integration testing",
|
|
"permissions": {
|
|
"cache": {
|
|
"reason": "For testing cache operations"
|
|
}
|
|
}
|
|
}
|