Files
the-nexus/manifest.json
Alexander Whitestone 53a9b28eb4
Some checks failed
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 3s
feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Refs #918
Agent: groq
2026-04-07 05:59:33 -04: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"
}
]
}