feat(app): PWA manifest, persistent transpose, font size, capo toggle, library sort

This commit is contained in:
2026-04-08 04:09:25 +02:00
parent 2558f19960
commit f80ed4e88a
7 changed files with 175 additions and 33 deletions

12
app/public/manifest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "PocketChords",
"short_name": "Chords",
"description": "Personal chord chart viewer",
"start_url": "/",
"display": "standalone",
"background_color": "#09090b",
"theme_color": "#09090b",
"icons": [
{ "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" }
]
}