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

Merge pull request #333 from bugfixin/fix-back-button

Fix back button in PWA
This commit is contained in:
Anthony Lavado 2019-05-23 20:06:41 -04:00 committed by GitHub
commit 53f403d156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"description": "Jellyfin: the Free Software Media System.", "description": "Jellyfin: the Free Software Media System.",
"lang": "en-US", "lang": "en-US",
"short_name": "Jellyfin", "short_name": "Jellyfin",
"start_url": "/web/index.html", "start_url": "/web/index.html#!/home.html",
"theme_color": "#101010", "theme_color": "#101010",
"background_color": "#101010", "background_color": "#101010",
"display": "standalone", "display": "standalone",
@ -28,8 +28,5 @@
"src": "touchicon512.png", "src": "touchicon512.png",
"type": "image/png" "type": "image/png"
} }
], ]
"related_applications": [{
"platform": "web"
}]
} }