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