mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
076657bf96
Updates the name in the file to read Jellyfin, and removes the previous comment.
30 lines
680 B
JSON
30 lines
680 B
JSON
{
|
|
|
|
"name": "Jellyfin",
|
|
"description": "Jellyfin: the Free Software Media System.",
|
|
"lang": "en-US",
|
|
"display": "minimal-ui",
|
|
"short_name": "Emby",
|
|
"start_url": "/web/index.html",
|
|
"theme_color": "#101010",
|
|
"icons": [{
|
|
"sizes": "72x72",
|
|
"src": "touchicon72.png",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"sizes": "114x114",
|
|
"src": "touchicon114.png",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"sizes": "144x144",
|
|
"src": "touchicon144.png",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"related_applications": [{
|
|
"platform": "web"
|
|
}]
|
|
}
|