TeaWeb/shared/html/manifest.json
2019-03-25 20:03:51 +01:00

16 lines
No EOL
299 B
JSON

{
"short_name": "TeaWeb",
"name": "TeaSpeak Web",
"icons": [
{
"src": "img/favicon/teacup.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "?",
"background_color": "#18BC9C",
"display": "standalone",
"scope": "/",
"theme_color": "#18BC9C"
}