Hey their,
does anybody know how I could add a JavaScript file on every (internal) page of a NextCloud? I like to speed up my NextCloud instance with my own service worker and therefore I have to put it on every possible (internal) page of NextCloud. I found something like emit_script_loading_tags($_)
in e.g. core/templates/layout.user.php
but it seems to be legacy.
But is there any newer option and how can I add my own scripts there?
Thanks a lot!