Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
13 lines
329 B
JSON
13 lines
329 B
JSON
{
|
|||
"name": "Test WebSocket",
|
|||
"author": "Navidrome Test",
|
|||
"version": "1.0.0",
|
|||
"description": "A test WebSocket plugin for integration testing",
|
|||
"permissions": {
|
|||
"websocket": {
|
|||
"reason": "For testing WebSocket callbacks",
|
|||
"requiredHosts": ["*.example.com", "localhost:*", "echo.websocket.org"]
|
|||
}
|
|||
}
|
|||
}
|