2025-12-31 17:06:31 -05:00

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"]
}
}
}
}