Change web app manifest start url to relative path

This commit is contained in:
JonnyWong16 2020-04-12 11:33:23 -07:00
parent 88711e7601
commit 9097e79e4f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -2,8 +2,8 @@
"name": "Tautulli: Monitor your Plex Media Server",
"short_name": "Tautulli",
"Description": "A Python based monitoring and tracking tool for Plex Media Server.",
"start_url": "/",
"scope": "/",
"start_url": "../../",
"scope": "../../",
"icons": [
{
"src": "android-chrome-192x192.png?v=2.0.5",