mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-03 06:41:01 +00:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "Test Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "A test plugin for integration testing",
|
|
"capabilities": ["MetadataAgent"],
|
|
"permissions": {
|
|
"http": {
|
|
"reason": "Test HTTP access",
|
|
"allowedURLs": {
|
|
"https://test.example.com/*": ["GET"]
|
|
}
|
|
}
|
|
}
|
|
}
|