The new icon represents Wild Central's role as a network hub — a central node radiating connections to services. Updated favicon, sidebar logo component, theme color, and PWA manifest name.
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"short_name": "Wild Central",
|
|
"name": "Wild Central",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#2563eb",
|
|
"background_color": "#ffffff"
|
|
} |