Some fixes

This commit is contained in:
Tronax 2026-05-15 21:11:59 +02:00
parent ec216264b1
commit cf0703f7f5
13 changed files with 798 additions and 0 deletions

8
offscreen.html Normal file
View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<head><meta charset="UTF-8" /><title>Volume Booster — Offscreen</title></head>
<body>
<!-- Unsichtbar. Trägt nur den Audio-Verarbeitungscode. -->
<script src="offscreen.js"></script>
</body>
</html>