Web2k / client /public /manifest.json
Shinhati2023's picture
Update client/public/manifest.json
8550c9f verified
raw
history blame contribute delete
356 Bytes
{
"name": "TEK BUILD",
"short_name": "TEK",
"start_url": "/",
"display": "standalone",
"background_color": "#121212",
"theme_color": "#ff0080",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}