mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
ca397f09fc
Mobile specific view. Basically Pony.fm desktop squashed into a mobile view
24 lines
474 B
JSON
24 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"
|
|
}
|