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

Added 512 px icon for Android PWA Requirements

This commit is contained in:
Simon Caron 2019-05-04 15:38:27 -04:00
parent 7bd0db6b2f
commit 0d00b6cfd7
2 changed files with 6 additions and 2 deletions

View file

@ -7,8 +7,7 @@
"start_url": "/web/index.html", "start_url": "/web/index.html",
"theme_color": "#101010", "theme_color": "#101010",
"background_color": "#101010", "background_color": "#101010",
"display": "fullscreen", "display": "standalone",
"orientation": "any",
"icons": [{ "icons": [{
"sizes": "72x72", "sizes": "72x72",
"src": "touchicon72.png", "src": "touchicon72.png",
@ -23,6 +22,11 @@
"sizes": "144x144", "sizes": "144x144",
"src": "touchicon144.png", "src": "touchicon144.png",
"type": "image/png" "type": "image/png"
},
{
"sizes": "512x512",
"src": "touchicon512.png",
"type": "image/png"
} }
], ],
"related_applications": [{ "related_applications": [{

BIN
src/touchicon512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB