Files
the-matrix/manifest.json

23 lines
488 B
JSON
Raw Normal View History

{
"name": "Timmy Tower World",
"short_name": "Tower World",
"description": "3D visualization of the Timmy agent network",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/icons/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/icons/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}