28 lines
607 B
JSON
28 lines
607 B
JSON
{
|
|
"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"
|
|
} |