
* Changes favicon * Adds logo * Removes bulma from Version and makes it look just like in figma
19 lines
No EOL
366 B
JSON
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"
|
|
} |