I'm working a Gnome Shell Extension and this one will require some settings (a path to a folder, an url and checkbox (switch on/off)).
I was wondering if it was possible to make it only using javascript for Gnome 3, or something like Python was required.
The only example I found was this extension https://extensions.gnome.org/extension/135/web-application-menu/, and it uses Python.
If it's possible to use javascript, do you have any link pointing to doc on how to do it ?
Thank you very much !