1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/manifest.json

39 lines
817 B
JSON
Raw Normal View History

2015-12-14 10:43:03 -05:00
{
2016-08-11 01:38:40 -04:00
"name": "Emby",
2015-12-14 10:43:03 -05:00
"short_name": "Emby",
2017-02-04 18:14:25 -05:00
"start_url": "/web/index.html",
2016-08-11 01:38:40 -04:00
"description": "The open media solution.",
"lang": "en-US",
2015-12-14 10:43:03 -05:00
"related_applications": [
{
"platform": "android",
2016-07-26 13:21:27 -04:00
"location": "https://play.google.com/store/apps/details?id=com.mb.android"
2015-12-14 10:43:03 -05:00
},
{
"platform": "ios",
2016-07-26 13:21:27 -04:00
"location": "https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8"
2015-12-14 10:43:03 -05:00
},
{
"platform": "web"
}
],
2016-07-26 13:21:27 -04:00
"icons": [
{
2016-08-11 01:38:40 -04:00
"src": "touchicon72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "touchicon114.png",
"sizes": "114x114",
"type": "image/png"
},
{
"src": "touchicon144.png",
2016-07-26 13:21:27 -04:00
"sizes": "144x144",
2016-08-11 01:38:40 -04:00
"type": "image/png"
2016-07-26 13:21:27 -04:00
}
],
2015-12-14 10:43:03 -05:00
"display": "standalone",
2016-03-01 22:27:33 -05:00
"theme_color": "#52B54B"
2017-02-09 19:42:57 -05:00
}