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

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