Add more info to manifest.json

This commit is contained in:
JonnyWong16
2020-04-12 10:43:30 -07:00
parent d0fa83bb8c
commit 88711e7601

View File

@@ -1,6 +1,9 @@
{ {
"name": "Tautulli", "name": "Tautulli: Monitor your Plex Media Server",
"short_name": "Tautulli",
"Description": "A Python based monitoring and tracking tool for Plex Media Server.",
"start_url": "/", "start_url": "/",
"scope": "/",
"icons": [ "icons": [
{ {
"src": "android-chrome-192x192.png?v=2.0.5", "src": "android-chrome-192x192.png?v=2.0.5",
@@ -15,5 +18,6 @@
], ],
"theme_color": "#282a2d", "theme_color": "#282a2d",
"background_color": "#282a2d", "background_color": "#282a2d",
"display": "standalone" "display": "standalone",
"orientation": "any"
} }