Files
wild-central/web/public/manifest.json
Paul Payne 24bb976652 Replace generic cloud-lightning logo with custom network nexus mark
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.
2026-07-12 04:25:41 +00:00

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"
}