mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
improvements
This commit is contained in:
parent
11427dbecd
commit
50ace54cd0
8 changed files with 46 additions and 15 deletions
28
data/interfaces/default/json/Android-manifest.json
Normal file
28
data/interfaces/default/json/Android-manifest.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "PlexPy",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "../images/res/android/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "../images/res/android/icon-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "../images/res/android/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "../images/res/android/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"background_color": "#1F1F1F",
|
||||
"theme_color": "#000000"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue