mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-26 01:06:21 +02:00
20 lines
426 B
JSON
20 lines
426 B
JSON
|
|
{
|
||
|
|
"name": "Vestige Memory Dashboard",
|
||
|
|
"short_name": "Vestige",
|
||
|
|
"description": "Cognitive memory visualization for AI agents",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#050510",
|
||
|
|
"theme_color": "#050510",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/favicon.svg",
|
||
|
|
"sizes": "any",
|
||
|
|
"type": "image/svg+xml",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"categories": ["developer", "utilities"],
|
||
|
|
"orientation": "any"
|
||
|
|
}
|