TransHub / client /public /manifest.json
linguabot's picture
Upload folder using huggingface_hub
33ca6de verified
{
"short_name": "TransHub",
"name": "TransHub - Translation Practice Tool",
"icons": [
{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png" }
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}