jellyfin-web/dashboard-ui/manifest.json

26 lines
582 B
JSON
Raw Normal View History

2015-12-14 08:43:03 -07:00
{
"name": "Emby Mobile",
"short_name": "Emby",
"start_url": "index.html",
"related_applications": [
{
"platform": "android",
"location": "https://play.google.com/store/apps/details?id=com.mb.android",
},
{
"platform": "ios",
"location": "https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8",
},
{
"platform": "web"
}
],
"icons": [ {
2016-03-01 20:27:33 -07:00
"src": "css/images/touchicon144.png",
2015-12-14 08:43:03 -07:00
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
}],
"display": "standalone",
2016-03-01 20:27:33 -07:00
"theme_color": "#52B54B"
2015-12-14 08:43:03 -07:00
}