{"library":"cordova-plugin-websocket","install":[{"cmd":"npm install cordova-plugin-websocket","imports":["// No import needed; global 'WebSocket' constructor is provided by the plugin after deviceready","if (typeof WebSocket !== 'undefined') { var ws = new WebSocket('ws://example.com'); }","var ws = new WebSocket('ws://example.com', ['protocol1']);"]},{"cmd":"yarn add cordova-plugin-websocket","imports":[]},{"cmd":"pnpm add cordova-plugin-websocket","imports":[]}]}