Let's say I'm on Ubtunu 20.04 and have a custom accessibility script that I can
- start by running
/opt/myTool/activate.sh - stop by running
/opt/myTool/deactivate.sh.
Is there a way to register it to gnome accessibility menu in the top bar so it will appear as a toggle like the other tools such as "High Contrast", "Magnifier", "Screen Reader" etc?

