tsviewer-frontend/public/manifest.json

14 lines
276 B
JSON
Raw Normal View History

2019-02-06 21:13:14 +00:00
{
"short_name": "TS Viewer",
"name": "TS Viewer",
"icons": [{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}],
2019-02-06 21:13:14 +00:00
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}