feat(plugin):Background Music plugin

Added a plugin so users can upload and play a .wav audio file as background music. added volume setting, made sure the file is stored across version updates/downdates, made the music stop when the tab is unfocussed, and registered the plugin as official.
This commit is contained in:
StroepWafel
2025-09-08 19:12:35 +09:30
parent 16b9610301
commit 700e3ebb48
4 changed files with 292 additions and 0 deletions
@@ -0,0 +1,2 @@
.background-music-hidden{display:none}