Files
pocket-chords/app/public/manifest.json

13 lines
301 B
JSON

{
"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" }
]
}