tildetv-frontend/public/manifest.json

16 lines
299 B
JSON
Raw Normal View History

2017-12-19 12:26:16 +00:00
{
"short_name": "tildetv",
"name": "tildetv",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}