jellyfin-web/dashboard-ui/manifest.json

39 lines
817 B
JSON
Raw Normal View History

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