TeaWeb/shared/html/manifest.json

16 lines
410 B
JSON

{
"short_name": "TeaWeb",
"name": "TeaSpeak Web",
"description": "The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak.",
"icons": [
{
"src": "img/favicon/teacup.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "./?",
"background_color": "#18BC9C",
"display": "fullscreen",
"theme_color": "#18BC9C"
}