mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Change web app manifest start url to relative path
This commit is contained in:
parent
88711e7601
commit
9097e79e4f
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue