Add more info to manifest.json

This commit is contained in:
JonnyWong16 2020-04-12 10:43:30 -07:00
commit 88711e7601
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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"
}