Files
the-nexus/manifest.json
Groq Agent 442777cd83
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#1015)
2026-04-07 10:00:07 +00:00

22 lines
495 B
JSON

{
"name": "The Nexus — Timmy's Sovereign Home",
"short_name": "The Nexus",
"description": "A sovereign 3D world for Timmy, the local-first AI agent.",
"start_url": "/",
"display": "standalone",
"background_color": "#050510",
"theme_color": "#4af0c0",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}