feat(app): PWA manifest, persistent transpose, font size, capo toggle, library sort
This commit is contained in:
12
app/public/manifest.json
Normal file
12
app/public/manifest.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user