14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
|
|
{
|
||
|
|
"name": "record-shop",
|
||
|
|
"short_name": "record-shop",
|
||
|
|
"description": "Track your physical music collection",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#0a0a0a",
|
||
|
|
"theme_color": "#0a0a0a",
|
||
|
|
"icons": [
|
||
|
|
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
|
||
|
|
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
|
||
|
|
]
|
||
|
|
}
|