Hi, I did what you told me and add the code to file "/tpls/blocks/head.php" in template "ja_morgan". and it works I put there the manifest, what im trying to do is the website to be a PWA, Iam using this tool www.pwabuilder.com and I make another 2 joomla websites PWA following the pwabuilder.com directions, but with this template is different but like I told you I put the manifest code in head.php and works but now I want to install the service worker, pwabuilder.com normally I will put this code before </body> in the index.php this code:
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>
I went to the backend , template style, custom code , and put the script but pwabuilder.com is not getting nothing can you please help me look image attach:
Like I told you I follow the same instructions with 2 other joomla websites and everything went ok, just this template is different.. i need your help