mirror of
https://github.com/Tautulli/Tautulli.git
synced 2024-11-21 21:10:23 -08:00
31aa9965d1
* Fixes #1633
22 lines
626 B
JSON
22 lines
626 B
JSON
{
|
|
"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.6.0",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-256x256.png?v=2.6.0",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#282a2d",
|
|
"background_color": "#282a2d",
|
|
"display": "standalone"
|
|
} |