mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Add more info to manifest.json
This commit is contained in:
parent
d0fa83bb8c
commit
88711e7601
1 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue