- Root / serves branded landing page (falling amber digit rain, enter button) - /tower serves pre-built the-matrix frontend (Three.js Workshop world) - config.js patched: WS URL auto-detects from window.location.host - No manual ?ws= param needed — works on any domain
25 lines
555 B
JSON
25 lines
555 B
JSON
{
|
|
"name": "The Matrix",
|
|
"short_name": "The Matrix",
|
|
"description": "Timmy Tower World — live agent network visualization",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "landscape",
|
|
"background_color": "#000000",
|
|
"theme_color": "#00ff41",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|