bazarr/static/manifest.json

20 lines
426 B
JSON
Raw Normal View History

2017-09-16 00:49:46 +00:00
{
"name": "",
"short_name": "",
2017-09-16 00:49:46 +00:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
2017-09-16 00:49:46 +00:00
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}