TeaWeb/shared/html/manifest.json

16 lines
410 B
JSON
Raw Permalink Normal View History

2019-03-25 19:03:51 +00:00
{
"short_name": "TeaWeb",
"name": "TeaSpeak Web",
2019-08-31 16:31:01 +00:00
"description": "The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak.",
2019-03-25 19:03:51 +00:00
"icons": [
{
"src": "img/favicon/teacup.png",
"type": "image/png",
"sizes": "256x256"
}
],
2019-08-31 16:31:01 +00:00
"start_url": "./?",
2019-03-25 19:03:51 +00:00
"background_color": "#18BC9C",
2019-08-31 16:31:01 +00:00
"display": "fullscreen",
2019-03-25 19:03:51 +00:00
"theme_color": "#18BC9C"
}