mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update app manifest
This commit is contained in:
parent
3fe6e119f3
commit
614e07a81d
1 changed files with 16 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "Emby Mobile",
|
||||
"name": "Emby",
|
||||
"short_name": "Emby",
|
||||
"start_url": "index.html",
|
||||
"start_url": "/index.html",
|
||||
"description": "The open media solution.",
|
||||
"lang": "en-US",
|
||||
"related_applications": [
|
||||
{
|
||||
"platform": "android",
|
||||
|
@ -17,10 +19,19 @@
|
|||
],
|
||||
"icons": [
|
||||
{
|
||||
"src": "css/images/touchicon144.png",
|
||||
"src": "touchicon72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "touchicon114.png",
|
||||
"sizes": "114x114",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "touchicon144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"density": "3.0"
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"display": "standalone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue