```js // /my-addon/manager.js addons.register('my-organisation/my-addon', (api) => { api.setQueryParams({ bbc: null, }); }); ```