build: add pwa capability

This commit is contained in:
2026-01-18 21:05:26 -03:00
parent dfacc39e57
commit 3f4edb954c
16 changed files with 134 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
</head>
<body>
<scan-loading-screen></scan-loading-screen>
@@ -16,5 +17,6 @@
document.querySelector('scan-loading-screen').remove();
})
</script>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>