mirror of
https://github.com/navidrome/navidrome.git
synced 2026-01-03 06:15:22 +00:00
13 lines
328 B
JSON
13 lines
328 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",
|
|
"allowedHosts": ["*.example.com", "localhost:*", "echo.websocket.org"]
|
|
}
|
|
}
|
|
}
|