Change web app manifest start url to relative path
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name": "Tautulli: Monitor your Plex Media Server",
|
"name": "Tautulli: Monitor your Plex Media Server",
|
||||||
"short_name": "Tautulli",
|
"short_name": "Tautulli",
|
||||||
"Description": "A Python based monitoring and tracking tool for Plex Media Server.",
|
"Description": "A Python based monitoring and tracking tool for Plex Media Server.",
|
||||||
"start_url": "/",
|
"start_url": "../../",
|
||||||
"scope": "/",
|
"scope": "../../",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "android-chrome-192x192.png?v=2.0.5",
|
"src": "android-chrome-192x192.png?v=2.0.5",
|
||||||
|
Reference in New Issue
Block a user