improvements

This commit is contained in:
zobe123 2016-01-12 20:59:32 +01:00
commit 50ace54cd0
8 changed files with 46 additions and 15 deletions

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