kafka-ui/kafka-ui-react-app/public/manifest.json
Damir Abdulganiev 0832462bfc
[FE] Add the logo (#1611)
* Changes favicon

* Adds logo

* Removes bulma from Version and makes it look just like in figma
2022-02-18 12:32:54 +03:00

19 lines
No EOL
366 B
JSON

{
"name": "UI for Apache Kafka",
"icons": [
{
"src": "/favicon/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/favicon/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}