mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"name": "Test Library Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "A test library plugin for integration testing",
|
|
"permissions": {
|
|
"library": {
|
|
"reason": "For testing library metadata and filesystem access",
|
|
"filesystem": true
|
|
}
|
|
}
|
|
}
|