feat: add PWA support and bump project version to 0.3.59

Integrate vite-plugin-pwa to enable service worker generation, offline caching, and standalone display mode. Configure manifest metadata, 192px/512px icons, theme color, and iOS status bar styling. Bump project version to 0.3.59 across Cargo.toml, Cargo.lock, and version.txt, and regenerate package-lock.json.
This commit is contained in:
2026-06-28 11:43:49 +02:00
parent f5d9e2590e
commit ed9b8046e4
11 changed files with 4899 additions and 26 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.56"
version = "0.3.59"
dependencies = [
"axum 0.8.7",
"console-subscriber",