mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"short_name": "Listory",
|
|
"name": "Listory - Track your Spotify Listens",
|
|
"icons": [
|
|
{ "src": "favicon.svg", "sizes": "256x256" },
|
|
{ "src": "favicon.png", "sizes": "64x64" }
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#48bb78",
|
|
"background_color": "#ffffff",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/"
|
|
}
|