diff --git a/data/interfaces/default/images/favicon/manifest.json b/data/interfaces/default/images/favicon/manifest.json index 07aea6c2..82b8b475 100644 --- a/data/interfaces/default/images/favicon/manifest.json +++ b/data/interfaces/default/images/favicon/manifest.json @@ -1,6 +1,9 @@ { - "name": "Tautulli", - "start_url": "/", + "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": "/", "icons": [ { "src": "android-chrome-192x192.png?v=2.0.5", @@ -15,5 +18,6 @@ ], "theme_color": "#282a2d", "background_color": "#282a2d", - "display": "standalone" + "display": "standalone", + "orientation": "any" } \ No newline at end of file