Brand assets: node-mesh favicon + PWA icons + manifest palette
ci / gates (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / sandbox-k8s (push) Has been cancelled
ci / frontend (push) Has been cancelled
ci / e2e (push) Has been cancelled

The token redesign couldn't touch static rasters/config — these were still the
old claw mark + old coral. Regenerate favicon (icon.svg + icon.png) and PWA
icons (192/512) as the node-mesh glyph; manifest theme_color #f96565→#ff6f61,
background #121212→#08080a; refresh the description/tagline.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-19 05:16:43 -07:00
co-authored by Claude Opus 4.8
parent 148705769f
commit d2354e1f72
6 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -6,11 +6,11 @@ export default function manifest(): MetadataRoute.Manifest {
return {
name: "Clawmates",
short_name: "Clawmates",
description: "Collaborative AI agents with human-in-the-loop safety.",
description: "Deploy agents at any scale — a single claw to a whole org.",
start_url: "/",
display: "standalone",
background_color: "#121212",
theme_color: "#f96565",
background_color: "#08080a",
theme_color: "#ff6f61",
icons: [
{ src: "/icons/icon-192.png", sizes: "192x192", type: "image/png" },
{