TeaWeb/shared/html/manifest.json

15 lines
284 B
JSON
Raw Normal View History

2019-03-25 20:03:51 +01:00
{
"short_name": "TeaWeb",
"name": "TeaSpeak Web",
"icons": [
{
"src": "img/favicon/teacup.png",
"type": "image/png",
"sizes": "256x256"
}
],
2019-03-25 20:04:04 +01:00
"start_url": "/?",
2019-03-25 20:03:51 +01:00
"background_color": "#18BC9C",
"display": "standalone",
"theme_color": "#18BC9C"
}