This receiver plugin will sort your profile list by name (NOT by frequency)
This plugin is more an example for devs, than useful to users.

The plugin depends on utils plugin.

Load

Add this lines in your init.js file:

await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js');
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/connect_notify/connect_notify.js');

init.js

Learn how to load plugins.