<!-- PWA Meta Tags - Add this block to the <head> section of all HTML pages -->
<!-- PWA Meta Tags -->
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#0a8754">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">

<!-- PWA Scripts - Add this block before closing </body> tag -->
<!-- PWA Scripts -->
<script src="/sw-register.js"></script>
<script src="/install-prompt.js"></script>
