mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
25 lines
474 B
JSON
25 lines
474 B
JSON
|
{
|
||
|
"short_name": "Pony.fm",
|
||
|
"name": "Pony.fm",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "images/icons/app-icon-96.png",
|
||
|
"sizes": "96x96",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "images/icons/app-icon-144.png",
|
||
|
"sizes": "144x144",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "images/icons/app-icon-192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
"orientation": "portrait"
|
||
|
}
|